View Source ExGram.Model.InlineKeyboardMarkup (ex_gram v0.53.0)

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

Check the documentation of this model in https://core.telegram.org/bots/api#inlinekeyboardmarkup

Summary

Types

@type t() :: %ExGram.Model.InlineKeyboardMarkup{
  inline_keyboard: [[ExGram.Model.InlineKeyboardButton.t()]]
}

Functions