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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions