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.
skipPolling
1 parent bbfb99d commit 620c895Copy full SHA for 620c895
1 file changed
src/mastodon/rest/v2/media-attachment-repository.ts
@@ -25,7 +25,7 @@ export interface MediaAttachmentRepository {
25
* @see https://docs.joinmastodon.org/methods/statuses/media/
26
*/
27
create(
28
- params: CreateMediaAttachmentParams,
+ params: CreateMediaAttachmentParams & CreateMediaAttachmentExtraParams,
29
meta?: HttpMetaParams<"multipart-form">,
30
): Promise<MediaAttachment>;
31
}
0 commit comments