Struct wdg_telegram_types::Venue [] [src]

pub struct Venue {
    pub _location: Location,
    pub _title: String,
    pub _address: String,
    pub _foursquare_id: Option<String>,
}

This object represents a venue.

Fields

Venue location

Name of the venue

Address of the venue

Optional. Foursquare identifier of the venue