Trait CanReplySendLocation

Source
pub trait CanReplySendLocation {
    // Required method
    fn location_reply(&self, latitude: f32, longitude: f32) -> SendLocation;
}
Expand description

Reply with point on the map.

Required Methods§

Source

fn location_reply(&self, latitude: f32, longitude: f32) -> SendLocation

Implementors§