Improve internalLinkTypeChatBoost description.
This commit is contained in:
parent
469be958f2
commit
9a9cf8c48d
@ -5077,7 +5077,10 @@ internalLinkTypeBotStartInGroup bot_username:string start_parameter:string admin
|
|||||||
//@description The link is a link to the change phone number section of the app
|
//@description The link is a link to the change phone number section of the app
|
||||||
internalLinkTypeChangePhoneNumber = InternalLinkType;
|
internalLinkTypeChangePhoneNumber = InternalLinkType;
|
||||||
|
|
||||||
//@description The link is a link to boost a Telegram chat. Call getChatBoostLinkInfo with the given URL to process the link @url URL to be passed to getChatBoostLinkInfo
|
//@description The link is a link to boost a Telegram chat. Call getChatBoostLinkInfo with the given URL to process the link.
|
||||||
|
//-If the chat is found, then call getChatBoostStatus and canBoostChat to get the current boost status and check whether the chat can be boosted.
|
||||||
|
//-If the user wants to boost the chat and the chat can be boosted, then call boostChat
|
||||||
|
//@url URL to be passed to getChatBoostLinkInfo
|
||||||
internalLinkTypeChatBoost url:string = InternalLinkType;
|
internalLinkTypeChatBoost url:string = InternalLinkType;
|
||||||
|
|
||||||
//@description The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link @invite_link Internal representation of the invite link
|
//@description The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link @invite_link Internal representation of the invite link
|
||||||
|
Loading…
Reference in New Issue
Block a user