ExGram.Model.RichBlockSlideshow (ex_gram v0.67.0)

Copy Markdown View Source

A slideshow, corresponding to the custom HTML tag <tg-slideshow>.

Check the documentation of this model on Telegram Bot API

  • type: Type of the block, always "slideshow”
  • blocks: Elements of the slideshow
  • caption (optional): Optional. Caption of the block

Summary

Types

t()

@type t() :: %ExGram.Model.RichBlockSlideshow{
  blocks: [ExGram.Model.RichBlock.t()],
  caption: ExGram.Model.RichBlockCaption.t() | nil,
  type: String.t()
}

Functions

decode_as()