View Source Telegex.Type.KeyboardButtonRequestChat (Telegex v1.0.0-rc.6)
This object defines the criteria used to request a suitable chat. The identifier of the selected chat will be shared with the bot when the corresponding button is pressed. More about requesting chats »
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.KeyboardButtonRequestChat{ bot_administrator_rights: Telegex.Type.ChatAdministratorRights.t() | nil, bot_is_member: boolean() | nil, chat_has_username: boolean() | nil, chat_is_channel: boolean(), chat_is_created: boolean() | nil, chat_is_forum: boolean() | nil, request_id: integer(), user_administrator_rights: Telegex.Type.ChatAdministratorRights.t() | nil }