ultra-telegram-framework
    Preparing search index...

    Interface InputMediaVenue

    Represents a venue to be sent.

    interface InputMediaVenue {
        address: string;
        foursquare_id?: string;
        foursquare_type?: string;
        google_place_id?: string;
        google_place_type?: string;
        latitude: number;
        longitude: number;
        title: string;
        type: string;
    }
    Index

    Properties

    address: string

    Address of the venue

    foursquare_id?: string

    Optional. Foursquare identifier of the venue

    foursquare_type?: string

    Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)

    google_place_id?: string

    Optional. Google Places identifier of the venue

    google_place_type?: string

    Optional. Google Places type of the venue. (See supported types.)

    latitude: number

    Latitude of the location

    longitude: number

    Longitude of the location

    title: string

    Name of the venue

    type: string

    Type of the result, must be venue