[][src]Trait telegram_bot_raw::requests::send_location::CanSendLocation

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

Send point on the map.

Required methods

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

Loading content...

Implementors

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

Loading content...