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

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. More about requesting users »

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

Summary

Types

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

Functions