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