ultra-telegram-framework
    Preparing search index...

    Interface RichBlockMap

    A block with a map, corresponding to the custom HTML tag .

    interface RichBlockMap {
        caption?: RichBlockCaption;
        height: number;
        location: Location;
        type: string;
        width: number;
        zoom: number;
    }
    Index

    Properties

    Optional. Caption of the block

    height: number

    Expected height of the map

    location: Location

    Location of the center of the map

    type: string

    Type of the block, always "map"

    width: number

    Expected width of the map

    zoom: number

    Map zoom level; 13-20