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

pub struct MediaGeo {
    pub geo_point: InputGeoPoint,
    pub period: int,
    pub reply_markup: Option<ReplyMarkup>,
}

TL-derived from inputBotInlineMessageMediaGeo

inputBotInlineMessageMediaGeo#c1b15d65 flags:# geo_point:InputGeoPoint period:int reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;

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