View Source Telegex.Type.ReplyKeyboardMarkup (Telegex v1.8.0)

This object represents a custom keyboard with reply options (see Introduction to bots for details and examples). Not supported in channels and for messages sent on behalf of a Telegram Business account.

Summary

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
}