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

pub struct ChatAddUser {
    pub users: Vector<Bare, int>,
}

TL-derived from messageActionChatAddUser

messageActionChatAddUser#488a7337 users:Vector<int> = MessageAction;

Fields

Trait Implementations

impl Debug for ChatAddUser
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatAddUser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatAddUser
[src]

impl BareDeserialize for ChatAddUser
[src]

impl IntoBoxed for ChatAddUser
[src]

Auto Trait Implementations

impl Send for ChatAddUser

impl Sync for ChatAddUser