Struct telbot_types::message::PollOption[][src]

pub struct PollOption {
    pub text: String,
    pub voter_count: u32,
}
Expand description

This object contains information about one answer option in a poll.

Fields

text: String

Option text, 1-100 characters

voter_count: u32

Number of users that voted for this option

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.