mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
Update scheme
This commit is contained in:
parent
f70d5bf7e6
commit
36a547a560
4 changed files with 92 additions and 0 deletions
|
|
@ -3323,6 +3323,9 @@ internalLinkTypeGame bot_username:string game_short_name:string = InternalLinkTy
|
|||
//@description The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link @language_pack_id Language pack identifier
|
||||
internalLinkTypeLanguagePack language_pack_id:string = InternalLinkType;
|
||||
|
||||
//@description The link is a link to the language settings section of the app
|
||||
internalLinkTypeLanguageSettings = 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 url:string = InternalLinkType;
|
||||
|
||||
|
|
@ -3339,6 +3342,9 @@ internalLinkTypePassportDataRequest bot_user_id:int53 scope:string public_key:st
|
|||
//@hash Hash value from the link @phone_number Phone number value from the link
|
||||
internalLinkTypePhoneNumberConfirmation hash:string phone_number:string = InternalLinkType;
|
||||
|
||||
//@description The link is a link to the privacy and security settings section of the app
|
||||
internalLinkTypePrivacyAndSecuritySettings = 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 @type Type of the proxy
|
||||
internalLinkTypeProxy server:string port:int32 type:ProxyType = InternalLinkType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue