Struct telegram_typings::Venue [] [src]

pub struct Venue {
    pub location: Box<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

Foursquare identifier of the venue

Trait Implementations

impl Debug for Venue
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Venue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Venue

impl Sync for Venue