ExGram.Model.KeyboardButtonRequestUser (ex_gram v0.34.0) View Source

This object defines the criteria used to request a suitable user. The identifier of the selected user 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#keyboardbuttonrequestuser

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.KeyboardButtonRequestUser{
  request_id: integer(),
  user_is_bot: boolean() | nil,
  user_is_premium: boolean() | nil
}

Link to this section Functions