Enum telegram::schema::InputVideo []

pub enum InputVideo {
    inputVideoEmpty,
    inputVideo {
        id: i64,
        access_hash: i64,
    },
}

Variants

Fields of inputVideo

Trait Implementations

impl Debug for InputVideo
[src]

Formats the value using the given formatter.

impl Serialize for InputVideo

Serialize to the passed buffer.