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