View Source Telegex.Type.KeyboardButtonRequestUsers (Telegex v1.8.0)

This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed. More about requesting users »

Summary

Types

@type t() :: %Telegex.Type.KeyboardButtonRequestUsers{
  max_quantity: integer() | nil,
  request_id: integer(),
  request_name: boolean() | nil,
  request_photo: boolean() | nil,
  request_username: boolean() | nil,
  user_is_bot: boolean() | nil,
  user_is_premium: boolean() | nil
}