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 #1237

Merged
merged 1 commit into from
Nov 10, 2023
Merged
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: 15a671389c44eca65d80551a5daddde5fbb7ad712f677d19b7353a264de00739
// SHA256: 7ebc63f53cad2091dd307b4e886c829e0a4e451bbb8ffc0a8f459a632201fad2

double#2210c154 ? = Double;

Expand Down Expand Up @@ -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;
Expand Down
Loading