Struct telbot_types::message::PollAnswer [−][src]
Expand description
This object represents an answer of a user in a non-anonymous poll.
Fields
poll_id: StringUnique poll identifier
user: UserThe user, who changed the answer to the poll
option_ids: Vec<u32>0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more