[][src]Trait telegram_bot::types::requests::stop_message_live_location::CanStopMessageLiveLocation

pub trait CanStopMessageLiveLocation {
    pub fn stop_live_location(&self) -> StopMessageLiveLocation;
}

Stop updating a live location message sent by the bot.

Required methods

pub fn stop_live_location(&self) -> StopMessageLiveLocation[src]

Loading content...

Implementors

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

Loading content...