Struct clacks::mtproto::botInlineMessageMediaVenue [] [src]

pub struct botInlineMessageMediaVenue {
    pub geo: GeoPoint,
    pub title: string,
    pub address: string,
    pub provider: string,
    pub venue_id: string,
    pub reply_markup: Option<ReplyMarkup>,
}

Fields

Trait Implementations

impl Debug for botInlineMessageMediaVenue
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for botInlineMessageMediaVenue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for botInlineMessageMediaVenue
[src]

[src]

impl BareDeserialize for botInlineMessageMediaVenue
[src]

[src]

impl IntoBoxed for botInlineMessageMediaVenue
[src]

Auto Trait Implementations