View Source Telegex.Type.KeyboardButtonRequestUser (Telegex v1.0.0-rc.7)

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 »

Link to this section Summary

Link to this section Types

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