/** * The different types of media items. * * @public */ export declare enum EMediaType { PHOTO = "photo", VIDEO = "video", GIF = "animated_gif" }