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

Stop a poll which was sent by the bot.

Required Methods§

Implementors§