Struct clacks::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>,
}

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 Function for sendMultiMedia
[src]

impl BareSerialize for sendMultiMedia
[src]

[src]

Auto Trait Implementations