diff --git a/_schema/tdapi.tl b/_schema/tdapi.tl index eb29315efc..18da3abca3 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: 15a671389c44eca65d80551a5daddde5fbb7ad712f677d19b7353a264de00739 +// SHA256: 7ebc63f53cad2091dd307b4e886c829e0a4e451bbb8ffc0a8f459a632201fad2 double#2210c154 ? = Double; @@ -7311,7 +7311,7 @@ getMessage#9372c080 chat_id:int53 message_id:int53 = Message; //@message_id Identifier of the message to get getMessageLocally#dc062b6c chat_id:int53 message_id:int53 = Message; -//@description Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, +//@description Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, //@chat_id Identifier of the chat the message belongs to //@message_id Identifier of the reply message getRepliedMessage#d9bd19bd chat_id:int53 message_id:int53 = Message;