MetaFoxFileType
    
            
            in package
            
        
    
    
    
Class MetaFoxFileType.
Table of Contents
Constants
- AUDIO_TYPE = 'audio'
 - MINE_TYPE_GIF = 'image/gif'
 - MINE_TYPE_ZIP = 'application/zip'
 - PHOTO_EXTENSIONS = ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'svg', 'webp']
 - PHOTO_TYPE = 'photo'
 - VIDEO_TYPE = 'video'
 
Constants
AUDIO_TYPE
    public
        mixed
    AUDIO_TYPE
    = 'audio'
    
    
    
MINE_TYPE_GIF
    public
        mixed
    MINE_TYPE_GIF
    = 'image/gif'
    
    
    
MINE_TYPE_ZIP
    public
        mixed
    MINE_TYPE_ZIP
    = 'application/zip'
    
    
    
PHOTO_EXTENSIONS
    public
        mixed
    PHOTO_EXTENSIONS
    = ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'svg', 'webp']
    
    
    
PHOTO_TYPE
    public
        mixed
    PHOTO_TYPE
    = 'photo'
    
    
    
VIDEO_TYPE
    public
        mixed
    VIDEO_TYPE
    = 'video'