ExGram.Model.ReplyKeyboardMarkup (ex_gram v0.25.0) View Source
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
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ReplyKeyboardMarkup{ input_field_placeholder: String.t() | nil, keyboard: [[ExGram.Model.KeyboardButton.t()]], one_time_keyboard: boolean() | nil, resize_keyboard: boolean() | nil, selective: boolean() | nil }