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

pub struct AddChatUser {
    pub chat_id: int,
    pub user_id: InputUser,
    pub fwd_limit: int,
}

TL-derived from messages.addChatUser

messages.addChatUser#f9a0aa09 chat_id:int user_id:InputUser fwd_limit:int = Updates;

Fields

Trait Implementations

impl Debug for AddChatUser
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AddChatUser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for AddChatUser
[src]

[src]

[src]

impl Function for AddChatUser
[src]

impl BareSerialize for AddChatUser
[src]

Auto Trait Implementations

impl Send for AddChatUser

impl Sync for AddChatUser