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 Dec 23, 2023
1 parent 94723cf commit d478852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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: aa49d0f4e834c95acbd6e60cbd7940c4ee907c3da622506b5fe0d36df04b1beb
// SHA256: fcb6a2ad9fc6b974a27aed3ce5737d263ee5e45227ab674586aabd8ae0130c81

double#2210c154 ? = Double;

Expand Down Expand Up @@ -3090,7 +3090,7 @@ messagePaymentSuccessfulBot#68e13eb9 currency:string total_amount:int53 is_recur
messageGiftedPremium#78d1d0a gifter_user_id:int53 currency:string amount:int53 cryptocurrency:string cryptocurrency_amount:int64 month_count:int32 sticker:sticker = MessageContent;

//@description A Telegram Premium gift code was created for the user
//@creator_id Identifier of a chat or a user that created the gift code
//@creator_id Identifier of a chat or a user that created the gift code; may be null if unknown
//@is_from_giveaway True, if the gift code was created for a giveaway
//@is_unclaimed True, if the winner for the corresponding Telegram Premium subscription wasn't chosen
//@month_count Number of month the Telegram Premium subscription will be active after code activation
Expand All @@ -3109,7 +3109,7 @@ messagePremiumGiveawayCreated#270f2c44 = MessageContent;
messagePremiumGiveaway#4aa0d0b0 parameters:premiumGiveawayParameters winner_count:int32 month_count:int32 sticker:sticker = MessageContent;

//@description A Telegram Premium giveaway has been completed for the chat
//@giveaway_message_id Identifier of the message with the giveaway, can be an identifier of a deleted message
//@giveaway_message_id Identifier of the message with the giveaway; can be 0 if the message was deleted
//@winner_count Number of winners in the giveaway
//@unclaimed_prize_count Number of undistributed prizes
messagePremiumGiveawayCompleted#80533949 giveaway_message_id:int53 winner_count:int32 unclaimed_prize_count:int32 = MessageContent;
Expand Down
4 changes: 2 additions & 2 deletions tdapi/tl_message_content_gen.go

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

0 comments on commit d478852

Please sign in to comment.