Struct clacks_mtproto::mtproto::rpc::users::GetUsers [] [src]

pub struct GetUsers {
    pub id: Vector<Boxed, InputUser>,
}

TL-derived from users.getUsers

users.getUsers#d91a548 id:Vector<InputUser> = Vector<User>;

Fields

Trait Implementations

impl Debug for GetUsers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetUsers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetUsers
[src]

[src]

[src]

impl Function for GetUsers
[src]

impl BareSerialize for GetUsers
[src]

Auto Trait Implementations

impl Send for GetUsers

impl Sync for GetUsers