diff --git a/_schema/tdapi.tl b/_schema/tdapi.tl index fe327b4024..e1e2bce36a 100644 --- a/_schema/tdapi.tl +++ b/_schema/tdapi.tl @@ -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: e2751095a82534b34946191be6b25566410f0af3343af7370609ac0fedcebca7 +// SHA256: b413309e35ae2391a17f78953b4558a9868aa2a71aec22f665681b1de67e0b3e double#2210c154 ? = Double; @@ -1217,7 +1217,7 @@ messageReplyToStory#708ca939 story_sender_chat_id:int53 story_id:int32 = Message //@reply_to Information about the message or the story this message is replying to; may be null if none //@message_thread_id If non-zero, the identifier of the message thread the message belongs to; unique within the chat to which the message belongs //@self_destruct_type The message's self-destruct type; may be null if none -//@self_destruct_in Time left before the message self-destruct timer expires, in seconds; 0 if self-desctruction isn't scheduled yet +//@self_destruct_in Time left before the message self-destruct timer expires, in seconds; 0 if self-destruction isn't scheduled yet //@auto_delete_in Time left before the message will be automatically deleted by message_auto_delete_time setting of the chat, in seconds; 0 if never //@via_bot_user_id If non-zero, the user identifier of the bot through which this message was sent //@author_signature For channel posts and anonymous group messages, optional author signature diff --git a/tdapi/tl_message_gen.go b/tdapi/tl_message_gen.go index 238fb96ce5..cdf555a5cd 100644 --- a/tdapi/tl_message_gen.go +++ b/tdapi/tl_message_gen.go @@ -108,7 +108,7 @@ type Message struct { // The message's self-destruct type; may be null if none SelfDestructType MessageSelfDestructTypeClass // Time left before the message self-destruct timer expires, in seconds; 0 if - // self-desctruction isn't scheduled yet + // self-destruction isn't scheduled yet SelfDestructIn float64 // Time left before the message will be automatically deleted by message_auto_delete_time // setting of the chat, in seconds; 0 if never