Enum telbot_types::chat::ChatId[][src]

pub enum ChatId {
    Id(i64),
    Username(String),
}
Expand description

Chat identifier

Variants

Id(i64)

Tuple Fields of Id

0: i64
Username(String)

Tuple Fields of Username

0: String

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Serialize this value into the given Serde serializer. 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.