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

Stop updating a live location message sent by the bot.

Required Methods§

Implementors§