pub trait CanStopMessageLiveLocation {
// Required method
fn stop_live_location(&self) -> StopMessageLiveLocation;
}Expand description
Stop updating a live location message sent by the bot.
Required Methods§
fn stop_live_location(&self) -> StopMessageLiveLocation
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".