Struct clacks_mtproto::mtproto::input_media::Venue [] [src]

pub struct Venue {
    pub geo_point: InputGeoPoint,
    pub title: string,
    pub address: string,
    pub provider: string,
    pub venue_id: string,
    pub venue_type: string,
}

TL-derived from inputMediaVenue

inputMediaVenue#c13d1c11 geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string = InputMedia;

Fields

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

impl BareSerialize for Venue
[src]

impl BareDeserialize for Venue
[src]

impl IntoBoxed for Venue
[src]

Auto Trait Implementations

impl Send for Venue

impl Sync for Venue