Struct clacks_mtproto::mtproto::bot_inline_message::MediaGeo [] [src]

pub struct MediaGeo {
    pub geo: GeoPoint,
    pub period: int,
    pub reply_markup: Option<ReplyMarkup>,
}

TL-derived from botInlineMessageMediaGeo

botInlineMessageMediaGeo#b722de65 flags:# geo:GeoPoint period:int reply_markup:flags.2?ReplyMarkup = BotInlineMessage;

Fields

Trait Implementations

impl Debug for MediaGeo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MediaGeo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MediaGeo
[src]

impl BareDeserialize for MediaGeo
[src]

impl IntoBoxed for MediaGeo
[src]

Auto Trait Implementations

impl Send for MediaGeo

impl Sync for MediaGeo