View Source Elixteg.Model.InlineKeyboardButton (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.InlineKeyboardButton{
  callback_data: binary(),
  switch_inline_query: binary(),
  switch_inline_query_current_chat: binary(),
  text: binary(),
  url: binary()
}