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

pub struct GeoLive {
    pub geo_point: InputGeoPoint,
    pub period: int,
}

TL-derived from inputMediaGeoLive

inputMediaGeoLive#7b1a118f geo_point:InputGeoPoint period:int = InputMedia;

Fields

Trait Implementations

impl Debug for GeoLive
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GeoLive
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for GeoLive
[src]

impl BareDeserialize for GeoLive
[src]

impl IntoBoxed for GeoLive
[src]

Auto Trait Implementations

impl Send for GeoLive

impl Sync for GeoLive