Struct clacks_mtproto::mtproto::rpc::updates::GetDifference [] [src]

pub struct GetDifference {
    pub pts: int,
    pub pts_total_limit: Option<int>,
    pub date: int,
    pub qts: int,
}

TL-derived from updates.getDifference

updates.getDifference#25939651 flags:# pts:int pts_total_limit:flags.0?int date:int qts:int = updates.Difference;

Fields

Trait Implementations

impl Debug for GetDifference
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDifference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetDifference
[src]

[src]

[src]

impl Function for GetDifference
[src]

impl BareSerialize for GetDifference
[src]

Auto Trait Implementations

impl Send for GetDifference

impl Sync for GetDifference