ExGram.Model.KeyboardButtonRequestChat (ex_gram v0.33.0) View Source

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.

Check the documentation of this model in https://core.telegram.org/bots/api#keyboardbuttonrequestchat

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.KeyboardButtonRequestChat{
  bot_administrator_rights: ExGram.Model.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: ExGram.Model.ChatAdministratorRights.t() | nil
}

Link to this section Functions