Trait CanSendLocation
telegram_bot::prelude
pub trait CanSendLocation { pub fn location(&self, latitude: f32, longitude: f32) -> SendLocation; }
Send point on the map.
pub fn location(&self, latitude: f32, longitude: f32) -> SendLocation
impl<C> CanSendLocation for C where C: ToChatRef,