Current section

Files

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

include/telega@model@types_InputRichBlockMap.hrl

-record(input_rich_block_map, {
type_ :: binary(),
location :: telega@model@types:location(),
zoom :: integer(),
width :: integer(),
height :: integer(),
caption :: gleam@option:option(telega@model@types:rich_block_caption())
}).