Current section
Files
Jump to
Current section
Files
include/telega@model@types_InputRichBlockSlideshow.hrl
-record(input_rich_block_slideshow, {
type_ :: binary(),
blocks :: list(telega@model@types:input_rich_block()),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).