CanStopPoll

Trait CanStopPoll 

Source
pub trait CanStopPoll {
    // Required method
    fn stop_poll(&self) -> StopPoll;
}
Expand description

Stop a poll which was sent by the bot.

Required Methods§

Implementors§