A block with a video, corresponding to the HTML tag <video>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "video”video: The videohas_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.RichBlockVideo{ caption: ExGram.Model.RichBlockCaption.t() | nil, has_spoiler: boolean() | nil, type: String.t(), video: ExGram.Model.Video.t() }