storage.FileType
- class pyrogram.raw.base.storage.FileType
Object describes the file type.
- Constructors:
This base type has 10 constructors available.
GIF image.
JPEG image.
Quicktime video.
Mp3 audio.
MPEG-4 video.
Part of a bigger file.
PDF document image.
PNG image.
Unknown type.
WEBP image.
TL Schema
Parameter Tree
FileType
├──
storage.FileJpeg├──
storage.FileGif├──
storage.FilePng├──
storage.FilePdf├──
storage.FileMp3├──
storage.FileMov├──
storage.FileMp4└──
storage.FileWebp