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