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

pub struct DraftMessage {
    pub no_webpage: bool,
    pub reply_to_msg_id: Option<int>,
    pub message: string,
    pub entities: Option<Vector<Boxed, MessageEntity>>,
    pub date: int,
}

TL-derived from draftMessage

draftMessage#fd8e711f flags:# no_webpage:flags.1?true reply_to_msg_id:flags.0?int message:string entities:flags.3?Vector<MessageEntity> date:int = DraftMessage;

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]

Auto Trait Implementations

impl Send for DraftMessage

impl Sync for DraftMessage