Struct clacks_mtproto::mtproto::rpc::messages::SendMultiMedia [] [src]

pub struct SendMultiMedia {
    pub silent: bool,
    pub background: bool,
    pub clear_draft: bool,
    pub peer: InputPeer,
    pub reply_to_msg_id: Option<int>,
    pub multi_media: Vector<Boxed, InputSingleMedia>,
}

TL-derived from messages.sendMultiMedia

messages.sendMultiMedia#2095512f flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true peer:InputPeer reply_to_msg_id:flags.0?int multi_media:Vector<InputSingleMedia> = Updates;

Fields

Trait Implementations

impl Debug for SendMultiMedia
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendMultiMedia
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendMultiMedia
[src]

[src]

[src]

impl Function for SendMultiMedia
[src]

impl BareSerialize for SendMultiMedia
[src]

Auto Trait Implementations