pub trait CanStopMessageLiveLocation {
// Required method
fn stop_live_location(&self) -> StopMessageLiveLocation;
}Expand description
Stop updating a live location message sent by the bot.
pub trait CanStopMessageLiveLocation {
// Required method
fn stop_live_location(&self) -> StopMessageLiveLocation;
}Stop updating a live location message sent by the bot.