Struct telegram_bot::types::requests::GetChatMember [] [src]

#[must_use = "requests do nothing unless sent"]
pub struct GetChatMember { /* fields omitted */ }

Use this method to get information about a member of a chat.

Methods

impl GetChatMember
[src]

[src]

Trait Implementations

impl Clone for GetChatMember
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Request for GetChatMember
[src]

impl Serialize for GetChatMember
[src]

[src]

impl PartialOrd<GetChatMember> for GetChatMember
[src]

[src]

[src]

[src]

[src]

[src]

impl PartialEq<GetChatMember> for GetChatMember
[src]

[src]

[src]

impl Debug for GetChatMember
[src]

[src]

Formats the value using the given formatter.