mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 17:11:52 +01:00
Update content of files
This commit is contained in:
parent
c644751e27
commit
80ab55862f
1 changed files with 1 additions and 1 deletions
|
@ -5243,7 +5243,7 @@ messageLinkInfo is_public:Bool chat_id:int53 message_thread_id:int53 message:mes
|
||||||
//@description Contains an HTTPS link to boost a chat @link The link @is_public True, if the link will work for non-members of the chat
|
//@description Contains an HTTPS link to boost a chat @link The link @is_public True, if the link will work for non-members of the chat
|
||||||
chatBoostLink link:string is_public:Bool = ChatBoostLink;
|
chatBoostLink link:string is_public:Bool = ChatBoostLink;
|
||||||
|
|
||||||
//@description Contains information about a link to boost a a chat
|
//@description Contains information about a link to boost a chat
|
||||||
//@is_public True, if the link will work for non-members of the chat
|
//@is_public True, if the link will work for non-members of the chat
|
||||||
//@chat_id Identifier of the chat to which the link points; 0 if the chat isn't found
|
//@chat_id Identifier of the chat to which the link points; 0 if the chat isn't found
|
||||||
chatBoostLinkInfo is_public:Bool chat_id:int53 = ChatBoostLinkInfo;
|
chatBoostLinkInfo is_public:Bool chat_id:int53 = ChatBoostLinkInfo;
|
||||||
|
|
Loading…
Reference in a new issue