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 Oct 5, 2023
1 parent 5b80093 commit 9440aef
Showing 1 changed file with 2 additions and 2 deletions.
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: d2b58f4f0c2404b7ea50e43fd249d37207a04e19fd445ccfa7c1601ccb20a38f
// SHA256: 011179a208fd523f6093595bf2c5074f784f11b44ab0bdac0d17764c3feb8aba

double#2210c154 ? = Double;

Expand Down Expand Up @@ -5647,7 +5647,7 @@ messageLinkInfo#2b96fb50 is_public:Bool chat_id:int53 message_thread_id:int53 me
//@is_public True, if the link will work for non-members of the chat
chatBoostLink#b5417c71 link:string is_public:Bool = ChatBoostLink;

//@description Contains information about a link to boost a a chat
//@description Contains information about a link to boost a chat
//@is_public True, if the link will work for non-members of the chat
//@chat_id Identifier of the chat to which the link points; 0 if the chat isn't found
chatBoostLinkInfo#dc123884 is_public:Bool chat_id:int53 = ChatBoostLinkInfo;
Expand Down

0 comments on commit 9440aef

Please sign in to comment.