Current section

Files

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

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())
}).