Current section
Files
Jump to
Current section
Files
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())
}).