Struct telegram_bot::types::requests::SendLocation [] [src]

#[must_use = "requests do nothing unless sent"]
pub struct SendLocation { /* fields omitted */ }

Use this method to send point on the map.

Methods

impl SendLocation
[src]

[src]

[src]

Period in seconds for which the location will be updated, should be between 60 and 86400.

[src]

[src]

[src]

Trait Implementations

impl Clone for SendLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Request for SendLocation
[src]

impl Serialize for SendLocation
[src]

[src]

impl PartialOrd<SendLocation> for SendLocation
[src]

[src]

[src]

[src]

[src]

[src]

impl PartialEq<SendLocation> for SendLocation
[src]

[src]

[src]

impl Debug for SendLocation
[src]

[src]

Formats the value using the given formatter.