View Source Telegex.Type.ReplyKeyboardMarkup (Telegex v1.0.0-rc.10)

This object represents a custom keyboard with reply options (see Introduction to bots for details and examples).

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.ReplyKeyboardMarkup{
  input_field_placeholder: String.t() | nil,
  is_persistent: boolean() | nil,
  keyboard: [[Telegex.Type.KeyboardButton.t()]],
  one_time_keyboard: boolean() | nil,
  resize_keyboard: boolean() | nil,
  selective: boolean() | nil
}