Skip to content

Commit

Permalink
feat(schema): update TDLib to the latest layer
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 10, 2023
1 parent 0c13c43 commit c589fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _schema/tdapi.tl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by ./cmd/dltl, DO NOT EDIT.
//
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl
// SHA256: 7080def7ec34acb6d0b328404f2790ca3f7377205ba692e801d984de55a7294d
// SHA256: db376bc004c05e11b8077fd80d801b0dba4cae0dd04ae6e42dce43ebf2b684fa

double#2210c154 ? = Double;

Expand Down Expand Up @@ -328,7 +328,7 @@ stickerFullTypeMask#26dfbf37 mask_position:maskPosition = StickerFullType;

//@description The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji
//@custom_emoji_id Identifier of the custom emoji
//@needs_repainting True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, or another appropriate color in other places.
//@needs_repainting True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places
stickerFullTypeCustomEmoji#c37f05ab custom_emoji_id:int64 needs_repainting:Bool = StickerFullType;

//@description Represents a closed vector path. The path begins at the end point of the last command
Expand Down
3 changes: 2 additions & 1 deletion tdapi/tl_sticker_full_type_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c589fc1

Please sign in to comment.