ExGram.Model.RichMessage (ex_gram v0.67.0)

Copy Markdown View Source

Rich formatted message.

Check the documentation of this model on Telegram Bot API

  • blocks: Content of the message
  • is_rtl (optional): Optional. True, if the rich message must be shown right-to-left

Summary

Types

t()

@type t() :: %ExGram.Model.RichMessage{
  blocks: [ExGram.Model.RichBlock.t()],
  is_rtl: boolean() | nil
}

Functions

decode_as()