share_chat_with_bot


Description:

public async Ok share_chat_with_bot (int64 chat_id, int64 message_id, int32 button_id, int64 shared_chat_id, bool only_check) throws TDLibError

Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot

Parameters:

chat_id

Identifier of the chat with the bot

message_id

Identifier of the message with the button

button_id

Identifier of the button

shared_chat_id

Identifier of the shared chat

only_check

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 Client.get_groups_in_common 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