[][src]Trait telegram_bot_raw::requests::send_poll::CanReplySendPoll

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

Required methods

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

Loading content...

Implementors

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

Loading content...