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

Merged
merged 1 commit into from
Oct 5, 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: 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
Loading