Skip to content

Commit 5fa569e

Browse files
authored
Merge pull request #1237 from gotd/feat/update-tdlib-schema
Update TDLib schema to the latest layer
2 parents 2a0e378 + 309e09c commit 5fa569e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_schema/tdapi.tl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by ./cmd/dltl, DO NOT EDIT.
22
//
33
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl
4-
// SHA256: 15a671389c44eca65d80551a5daddde5fbb7ad712f677d19b7353a264de00739
4+
// SHA256: 7ebc63f53cad2091dd307b4e886c829e0a4e451bbb8ffc0a8f459a632201fad2
55

66
double#2210c154 ? = Double;
77

@@ -7311,7 +7311,7 @@ getMessage#9372c080 chat_id:int53 message_id:int53 = Message;
73117311
//@message_id Identifier of the message to get
73127312
getMessageLocally#dc062b6c chat_id:int53 message_id:int53 = Message;
73137313

7314-
//@description Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message,
7314+
//@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,
73157315
//@chat_id Identifier of the chat the message belongs to
73167316
//@message_id Identifier of the reply message
73177317
getRepliedMessage#d9bd19bd chat_id:int53 message_id:int53 = Message;

0 commit comments

Comments
 (0)