Struct clacks::mtproto::dialog [] [src]

pub struct dialog {
    pub pinned: bool,
    pub peer: Peer,
    pub top_message: int,
    pub read_inbox_max_id: int,
    pub read_outbox_max_id: int,
    pub unread_count: int,
    pub unread_mentions_count: int,
    pub notify_settings: PeerNotifySettings,
    pub pts: Option<int>,
    pub draft: Option<DraftMessage>,
}

Fields

Trait Implementations

impl Debug for dialog
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for dialog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for dialog
[src]

[src]

impl BareDeserialize for dialog
[src]

[src]

impl IntoBoxed for dialog
[src]

[src]

Auto Trait Implementations

impl Send for dialog

impl Sync for dialog