Struct telegram::schema::messages::sendMedia []

pub struct sendMedia {
    pub peer: InputPeer,
    pub media: InputMedia,
    pub random_id: i64,
}

Fields

Trait Implementations

impl Debug for sendMedia
[src]

Formats the value using the given formatter.

impl Serialize for sendMedia

Serialize to the passed buffer.