View Source Elixteg.Model.ReplyKeyboardMarkup (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.ReplyKeyboardMarkup{
  keyboard: [[KeyboardButton.t()]],
  one_time_keyboard: atom(),
  resize_keyboard: atom(),
  selective: atom()
}