shareChatWithBot¶
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot
shareChatWithBot(
source: KeyboardButtonSource,
button_id: int32,
shared_chat_id: int53,
only_check: Bool
) → Ok
source¶
Source of the button
button_id¶
int32
Identifier of the button
shared_chat_id¶
int53
Identifier of the shared chat
only_check¶
Bool
Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check bot_is_member and bot_administrator_rights restrictions. If the bot must be a member, then all chats from getGroupsInCommon and all chats, where the user can add the bot, are suitable. In the latter case the bot will be automatically added to the chat. If the bot must be an administrator, then all chats, where the bot already has requested rights or can be added to administrators by the user, are suitable. In the latter case the bot will be automatically granted requested rights