Struct clacks_mtproto::mtproto::update::DraftMessage [] [src]

pub struct DraftMessage {
    pub peer: Peer,
    pub draft: DraftMessage,
}

TL-derived from updateDraftMessage

updateDraftMessage#ee2bb969 peer:Peer draft:DraftMessage = Update;

Fields

Trait Implementations

impl Debug for DraftMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DraftMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DraftMessage
[src]

impl BareDeserialize for DraftMessage
[src]

impl IntoBoxed for DraftMessage
[src]

[src]

Auto Trait Implementations

impl Send for DraftMessage

impl Sync for DraftMessage