pub trait CanReplySendLocation {
// Required method
fn location_reply(&self, latitude: Float, longitude: Float) -> SendLocation;
}Expand description
Reply with point on the map.
pub trait CanReplySendLocation {
// Required method
fn location_reply(&self, latitude: Float, longitude: Float) -> SendLocation;
}Reply with point on the map.