Current section

Files

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

include/telega@model@types_InputRichBlockPhoto.hrl

-record(input_rich_block_photo, {
type_ :: binary(),
photo :: telega@model@types:input_media_photo(),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).