[][src]Trait telegram_bot_raw::requests::stop_message_live_location::CanStopMessageLiveLocation

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

Stop updating a live location message sent by the bot.

Required methods

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

Loading content...

Implementors

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

Loading content...