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

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion _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: 1faa140515f06a6e321c0f201315130eb1510cc62c478121b8368ea9309c73fc
// SHA256: f8442005f91b925bb51f9fbcea29a1e27a03455df6d99eff4ee7d8c040422eae

double#2210c154 ? = Double;

Expand Down Expand Up @@ -4158,6 +4158,9 @@ internalLinkTypeGame#f074adcd bot_username:string game_short_name:string = Inter
//@language_pack_id Language pack identifier
internalLinkTypeLanguagePack#a9870d6c language_pack_id:string = InternalLinkType;

//@description The link is a link to the language settings section of the app
internalLinkTypeLanguageSettings#b019e6e6 = InternalLinkType;

//@description The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link
//@url URL to be passed to getMessageLinkInfo
internalLinkTypeMessage#3a535c52 url:string = InternalLinkType;
Expand All @@ -4180,6 +4183,9 @@ internalLinkTypePassportDataRequest#c50fce81 bot_user_id:int53 scope:string publ
//@phone_number Phone number value from the link
internalLinkTypePhoneNumberConfirmation#68bf6b16 hash:string phone_number:string = InternalLinkType;

//@description The link is a link to the privacy and security settings section of the app
internalLinkTypePrivacyAndSecuritySettings#ad5f6acf = InternalLinkType;

//@description The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy
//@server Proxy server IP address
//@port Proxy server port
Expand Down
292 changes: 292 additions & 0 deletions tdapi/tl_internal_link_type_gen.go

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

Loading