Struct clacks_mtproto::mtproto::rpc::contacts::GetBlocked [] [src]

pub struct GetBlocked {
    pub offset: int,
    pub limit: int,
}

TL-derived from contacts.getBlocked

contacts.getBlocked#f57c350f offset:int limit:int = contacts.Blocked;

Fields

Trait Implementations

impl Debug for GetBlocked
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetBlocked
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetBlocked
[src]

[src]

[src]

impl Function for GetBlocked
[src]

impl BareSerialize for GetBlocked
[src]

Auto Trait Implementations

impl Send for GetBlocked

impl Sync for GetBlocked