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

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

Reply with point on the map.

Required methods

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

Loading content...

Implementors

impl<M> CanReplySendLocation for M where
    M: ToMessageId + ToSourceChat
[src]

Loading content...