masto
    Preparing search index...

    Interface MediaAttachmentsResource

    interface MediaAttachmentsResource {
        $select(id: string): MediaAttachments$SelectResource;
        create(
            params: mastodon.rest.v1.CreateMediaAttachmentParams,
            meta?: HttpMetaParams<"json">,
        ): Promise<MediaAttachment>;
    }
    Index

    Methods

    Methods