pub trait CanStopPoll {
// Required method
fn stop_poll(&self) -> StopPoll;
}Expand description
Stop a poll which was sent by the bot.
pub trait CanStopPoll {
// Required method
fn stop_poll(&self) -> StopPoll;
}Stop a poll which was sent by the bot.