Struct telegram_bot::types::ChatId [] [src]

pub struct ChatId(_);

Unique chat identifier.

Methods

impl ChatId
[src]

[src]

Trait Implementations

impl Ord for ChatId
[src]

[src]

impl Copy for ChatId
[src]

impl Clone for ChatId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for ChatId
[src]

[src]

impl PartialOrd<ChatId> for ChatId
[src]

[src]

[src]

[src]

[src]

[src]

impl Hash for ChatId
[src]

[src]

impl From<GroupId> for ChatId
[src]

[src]

Performs the conversion.

impl From<UserId> for ChatId
[src]

[src]

Performs the conversion.

impl From<SupergroupId> for ChatId
[src]

[src]

Performs the conversion.

impl From<ChannelId> for ChatId
[src]

[src]

Performs the conversion.

impl From<i64> for ChatId
[src]

[src]

Performs the conversion.

impl PartialEq<ChatId> for ChatId
[src]

[src]

[src]

impl Debug for ChatId
[src]

[src]

Formats the value using the given formatter.

impl<'de> Deserialize<'de> for ChatId
[src]

[src]

impl Eq for ChatId
[src]

impl ToChatRef for ChatId
[src]

impl Display for ChatId
[src]

[src]

Formats the value using the given formatter. Read more