View Source Telegex.Type.InlineKeyboardMarkup (Telegex v1.2.3-dev)

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()]]
}