[][src]Trait telegram_bot::types::requests::send_location::CanSendLocation

pub trait CanSendLocation {
    pub fn location(&self, latitude: f32, longitude: f32) -> SendLocation;
}

Send point on the map.

Required methods

pub fn location(&self, latitude: f32, longitude: f32) -> SendLocation[src]

Loading content...

Implementors

impl<C> CanSendLocation for C where
    C: ToChatRef
[src]

Loading content...