Struct clacks::mtproto::rpc::messages::sendMedia [] [src]

pub struct sendMedia {
    pub silent: bool,
    pub background: bool,
    pub clear_draft: bool,
    pub peer: InputPeer,
    pub reply_to_msg_id: Option<int>,
    pub media: InputMedia,
    pub random_id: long,
    pub reply_markup: Option<ReplyMarkup>,
}

Fields

Trait Implementations

impl Debug for sendMedia
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for sendMedia
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for sendMedia
[src]

impl BareSerialize for sendMedia
[src]

[src]

Auto Trait Implementations

impl Send for sendMedia

impl Sync for sendMedia