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 Nov 8, 2023
1 parent dd03a18 commit 27505b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b639a2427721a997a334aef967f7bb6408d60f2bd5d9308805cdb62055a415ce
// SHA256: 535f19db102e2796cab50a4c33596f63131ee76b42511ec6356a99bff99ed007

double#2210c154 ? = Double;

Expand Down Expand Up @@ -2219,7 +2219,7 @@ webPageInstantView#2c0ec99c page_blocks:vector<PageBlock> view_count:int32 versi
//@embed_height Height of the embedded preview
//@duration Duration of the content, in seconds
//@author Author of the content
//@has_large_media True, if the preview has large media and its appearance can be changed
//@has_large_media True, if size of media in the preview can be changed
//@show_large_media True, if large media preview must be shown
//@skip_confirmation True, if there is no need to show an ordinary open URL confirmation, when opening the URL from the preview, because the URL is shown in the message text in clear
//@show_above_text True, if the link preview must be shown above message text; otherwise, the link preview must be shown below the message text
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, and the topic creation message for messages
//@description Returns information about a 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
2 changes: 1 addition & 1 deletion tdapi/tl_web_page_gen.go

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

0 comments on commit 27505b2

Please sign in to comment.