A block with a photo, corresponding to the HTML tag <photo>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "photo”photo: Available sizes of the photohas_spoiler (optional): Optional. True, if the media preview is covered by a spoiler animationcaption (optional): Optional. Caption of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockPhoto{ caption: ExGram.Model.RichBlockCaption.t() | nil, has_spoiler: boolean() | nil, photo: [ExGram.Model.PhotoSize.t()], type: String.t() }