[][src]Trait telegram_bot::types::requests::send_poll::CanReplySendPoll

pub trait CanReplySendPoll {
    pub fn poll_reply<'q, 'o, 'e, Q, O>(
        &self,
        question: Q,
        options: Vec<O, Global>
    ) -> SendPoll<'q, 'o, 'e>
    where
        O: Into<Cow<'o, str>>,
        Q: Into<Cow<'q, str>>
; }

Required methods

pub fn poll_reply<'q, 'o, 'e, Q, O>(
    &self,
    question: Q,
    options: Vec<O, Global>
) -> SendPoll<'q, 'o, 'e> where
    O: Into<Cow<'o, str>>,
    Q: Into<Cow<'q, str>>, 
[src]

Loading content...

Implementors

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

Loading content...