We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf581c commit bc1699dCopy full SHA for bc1699d
src/types/v2/media.v2.types.ts
@@ -1,4 +1,4 @@
1
-export type MediaV2MediaCategory = 'tweet_image' | 'tweet_video' | 'tweet_gif' | 'dm_image' | 'dm_video' | 'dm_gif' | 'subtitles';
+export type MediaV2MediaCategory = 'tweet_image' | 'tweet_video' | 'tweet_gif' | 'dm_image' | 'dm_video' | 'dm_gif' | 'subtitles' | 'amplify_video';
2
3
export interface MediaV2UploadInitParams {
4
additional_owners?: string[];
0 commit comments