A block with a map, corresponding to the custom HTML tag <tg-map>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "map”location: Location of the center of the mapzoom: Map zoom level; 13-20width: Expected width of the mapheight: Expected height of the mapcaption (optional): Optional. Caption of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockMap{ caption: ExGram.Model.RichBlockCaption.t() | nil, height: integer(), location: ExGram.Model.Location.t(), type: String.t(), width: integer(), zoom: integer() }