Trait telegram_bot::prelude::CanReplySendLocation [] [src]

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

Reply with point on the map.

Required Methods

Implementors