Struct clacks::mtproto::updateChatParticipantAdmin [] [src]

pub struct updateChatParticipantAdmin {
    pub chat_id: int,
    pub user_id: int,
    pub is_admin: Bool,
    pub version: int,
}

Fields

Trait Implementations

impl Debug for updateChatParticipantAdmin
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChatParticipantAdmin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChatParticipantAdmin
[src]

[src]

impl BareDeserialize for updateChatParticipantAdmin
[src]

[src]

impl IntoBoxed for updateChatParticipantAdmin
[src]

[src]

Auto Trait Implementations