Current section
Files
Jump to
Current section
Files
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())
}).