Struct clacks_mtproto::mtproto::message_action::ChatDeleteUser [] [src]

pub struct ChatDeleteUser {
    pub user_id: int,
}

TL-derived from messageActionChatDeleteUser

messageActionChatDeleteUser#b2ae9b0c user_id:int = MessageAction;

Fields

Trait Implementations

impl Debug for ChatDeleteUser
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatDeleteUser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatDeleteUser
[src]

impl BareDeserialize for ChatDeleteUser
[src]

impl IntoBoxed for ChatDeleteUser
[src]

Auto Trait Implementations