KeyboardButtonTypeRequestChat constructor
- {required int id,
- required bool chat_is_channel,
- required bool restrict_chat_is_forum,
- required bool chat_is_forum,
- required bool restrict_chat_has_username,
- required bool chat_has_username,
- required bool chat_is_created,
- ChatAdministratorRights? user_administrator_rights,
- ChatAdministratorRights? bot_administrator_rights,
- required bool bot_is_member,
- int? extra,
- int? clientId}
A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request
Implementation
KeyboardButtonTypeRequestChat