Current section
Files
Jump to
Current section
Files
include/telega@model@types_RichBlockAnimation.hrl
-record(rich_block_animation, {
type_ :: binary(),
animation :: telega@model@types:animation(),
has_spoiler :: gleam@option:option(boolean()),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).