Skip to main content

CanStopMessageLiveLocation

Trait CanStopMessageLiveLocation 

Source
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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§