ultra-telegram-framework
    Preparing search index...

    Interface StoryAreaTypeLocation

    Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.

    interface StoryAreaTypeLocation {
        address?: LocationAddress;
        latitude: number;
        longitude: number;
        type: string;
    }
    Index

    Properties

    address?: LocationAddress

    Optional. Address of the location

    latitude: number

    Location latitude in degrees

    longitude: number

    Location longitude in degrees

    type: string

    Type of the area, always "location"