[−][src]Trait telegram_bot::types::requests::send_poll::CanReplySendPoll
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]
&self,
question: Q,
options: Vec<O, Global>
) -> SendPoll<'q, 'o, 'e> where
O: Into<Cow<'o, str>>,
Q: Into<Cow<'q, str>>,
Implementors
impl<M> CanReplySendPoll for M where
M: ToMessageId + ToSourceChat,
[src]
M: ToMessageId + ToSourceChat,