mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
16dbf02539
commit
ea2ff7c457
1 changed files with 6 additions and 0 deletions
|
@ -3317,6 +3317,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
|
//@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;
|
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
|
//@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;
|
internalLinkTypeMessage url:string = InternalLinkType;
|
||||||
|
|
||||||
|
@ -3333,6 +3336,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
|
//@hash Hash value from the link @phone_number Phone number value from the link
|
||||||
internalLinkTypePhoneNumberConfirmation hash:string phone_number:string = InternalLinkType;
|
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
|
//@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
|
//@server Proxy server IP address @port Proxy server port @type Type of the proxy
|
||||||
internalLinkTypeProxy server:string port:int32 type:ProxyType = InternalLinkType;
|
internalLinkTypeProxy server:string port:int32 type:ProxyType = InternalLinkType;
|
||||||
|
|
Loading…
Reference in a new issue