Current section

Files

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

include/telega@model@types_RichBlockSlideshow.hrl

-record(rich_block_slideshow, {
type_ :: binary(),
blocks :: list(telega@model@types:rich_block()),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).