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

This object represents an inline keyboard that appears right next to the message it belongs to.

Summary

Types

@type t() :: %Telegex.Type.InlineKeyboardMarkup{
  inline_keyboard: [[Telegex.Type.InlineKeyboardButton.t()]]
}