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 Mar 15, 2022
1 parent df7ee4b commit 423d5bc
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 1 deletion.
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

0 comments on commit 423d5bc

Please sign in to comment.