Struct clacks_mtproto::mtproto::messages::messages::MessagesNotModified [] [src]

pub struct MessagesNotModified {
    pub count: int,
}

TL-derived from messages.messagesNotModified

messages.messagesNotModified#74535f21 count:int = messages.Messages;

Fields

Trait Implementations

impl Debug for MessagesNotModified
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MessagesNotModified
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MessagesNotModified
[src]

impl BareDeserialize for MessagesNotModified
[src]

impl IntoBoxed for MessagesNotModified
[src]

Auto Trait Implementations