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

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

Reply with point on the map.

Required methods

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

Loading content...

Implementors

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

Loading content...