View Source ExGram.Model.ReplyKeyboardMarkup (ex_gram v0.52.2)

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

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

Summary

Types

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

Functions