Struct clacks_mtproto::mtproto::update::ChatParticipantAdmin [] [src]

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

TL-derived from updateChatParticipantAdmin

updateChatParticipantAdmin#b6901959 chat_id:int user_id:int is_admin:Bool version:int = Update;

Fields

Trait Implementations

impl Debug for ChatParticipantAdmin
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatParticipantAdmin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatParticipantAdmin
[src]

impl BareDeserialize for ChatParticipantAdmin
[src]

impl IntoBoxed for ChatParticipantAdmin
[src]

[src]

Auto Trait Implementations