View Source Telegex.Type.InlineKeyboardMarkup (Telegex v1.0.0)
This object represents an inline keyboard that appears right next to the message it belongs to.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.InlineKeyboardMarkup{ inline_keyboard: [[Telegex.Type.InlineKeyboardButton.t()]] }