Current section

Files

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

include/telega@model@types_InputRichBlockVideo.hrl

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