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 1c4f06b commit 50822d0Copy full SHA for 50822d0
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