Struct actix_telegram::types::Venue[][src]

pub struct Venue {
    pub location: Location,
    pub title: String,
    pub address: String,
    pub foursquare_id: Option<String>,
    pub foursquare_type: Option<String>,
}

This object represents a venue.

Fields

Venue location

Name of the venue

Address of the venue

Foursquare identifier of the venue

Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

Trait Implementations

impl Debug for Venue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Venue

impl Sync for Venue