Struct clacks_mtproto::mtproto::rpc::messages::DeleteChatUser [] [src]

pub struct DeleteChatUser {
    pub chat_id: int,
    pub user_id: InputUser,
}

TL-derived from messages.deleteChatUser

messages.deleteChatUser#e0611f16 chat_id:int user_id:InputUser = Updates;

Fields

Trait Implementations

impl Debug for DeleteChatUser
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteChatUser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeleteChatUser
[src]

[src]

[src]

impl Function for DeleteChatUser
[src]

impl BareSerialize for DeleteChatUser
[src]

Auto Trait Implementations