Current section

Files

Jump to
telega include telega@model@types_RichBlockVideo.hrl
Raw

include/telega@model@types_RichBlockVideo.hrl

-record(rich_block_video, {
type_ :: binary(),
video :: telega@model@types:video(),
has_spoiler :: gleam@option:option(boolean()),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).