Enum telegram::schema::storage::FileType []

pub enum FileType {
    fileUnknown,
    filePartial,
    fileJpeg,
    fileGif,
    filePng,
    filePdf,
    fileMp3,
    fileMov,
    fileMp4,
    fileWebp,
}

Variants

Trait Implementations

impl Debug for FileType
[src]

Formats the value using the given formatter.

impl Serialize for FileType

Serialize to the passed buffer.