[][src]Trait telegram_bot::types::requests::stop_poll::CanStopPoll

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

Stop a poll which was sent by the bot.

Required methods

pub fn stop_poll(&self) -> StopPoll[src]

Loading content...

Implementors

impl<M> CanStopPoll for M where
    M: ToMessageId + ToSourceChat
[src]

Loading content...