A collage, corresponding to the custom HTML tag <tg-collage>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "collage”blocks: Elements of the collagecaption (optional): Optional. Caption of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockCollage{ blocks: [ExGram.Model.RichBlock.t()], caption: ExGram.Model.RichBlockCaption.t() | nil, type: String.t() }