ex_gram v0.8.0 ExGram.Model.ReplyKeyboardMarkup View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.ReplyKeyboardMarkup{
  keyboard: [[ExGram.Model.KeyboardButton.t()]],
  one_time_keyboard: boolean(),
  resize_keyboard: boolean(),
  selective: boolean()
}