Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TDLib schema to the latest layer #983

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.