Current section
Files
Jump to
Current section
Files
include/telega@model@types_RichBlockPhoto.hrl
-record(rich_block_photo, {
type_ :: binary(),
photo :: list(telega@model@types:photo_size()),
has_spoiler :: gleam@option:option(boolean()),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).