ExGram.Model.RichTextButton (ex_gram v0.70.0)

Copy Markdown View Source

A button.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "button”
  • button: The button

Summary

Types

t()

@type t() :: %ExGram.Model.RichTextButton{
  button: ExGram.Model.RichMessageButton.t(),
  type: String.t()
}

Functions

decode_as()