Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data FileType
- = FileTypeNone
- | FileTypeAnimation
- | FileTypeAudio
- | FileTypeDocument
- | FileTypeNotificationSound
- | FileTypePhoto
- | FileTypePhotoStory
- | FileTypeProfilePhoto
- | FileTypeSecret
- | FileTypeSecretThumbnail
- | FileTypeSecure
- | FileTypeSelfDestructingPhoto
- | FileTypeSelfDestructingVideo
- | FileTypeSelfDestructingVideoNote
- | FileTypeSelfDestructingVoiceNote
- | FileTypeSticker
- | FileTypeThumbnail
- | FileTypeUnknown
- | FileTypeVideo
- | FileTypeVideoNote
- | FileTypeVideoStory
- | FileTypeVoiceNote
- | FileTypeWallpaper
Documentation
Represents the type of file
FileTypeNone | The data is not a file |
FileTypeAnimation | The file is an animation |
FileTypeAudio | The file is an audio file |
FileTypeDocument | The file is a document |
FileTypeNotificationSound | The file is a notification sound |
FileTypePhoto | The file is a photo |
FileTypePhotoStory | The file is a photo published as a story |
FileTypeProfilePhoto | The file is a profile photo |
FileTypeSecret | The file was sent to a secret chat (the file type is not known to the server) |
FileTypeSecretThumbnail | The file is a thumbnail of a file from a secret chat |
FileTypeSecure | The file is a file from Secure storage used for storing Telegram Passport files |
FileTypeSelfDestructingPhoto | The file is a self-destructing photo in a private chat |
FileTypeSelfDestructingVideo | The file is a self-destructing video in a private chat |
FileTypeSelfDestructingVideoNote | The file is a self-destructing video note in a private chat |
FileTypeSelfDestructingVoiceNote | The file is a self-destructing voice note in a private chat |
FileTypeSticker | The file is a sticker |
FileTypeThumbnail | The file is a thumbnail of another file |
FileTypeUnknown | The file type is not yet known |
FileTypeVideo | The file is a video |
FileTypeVideoNote | The file is a video note |
FileTypeVideoStory | The file is a video published as a story |
FileTypeVoiceNote | The file is a voice note |
FileTypeWallpaper | The file is a wallpaper or a background pattern |