Struct telbot_types::message::PollOption [−][src]
Expand description
This object contains information about one answer option in a poll.
Fields
text: StringOption text, 1-100 characters
voter_count: u32Number of users that voted for this option
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