masto
    Preparing search index...

    Interface MediaAttachmentsResource

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

    Properties

    Methods

    Properties

    Creates an attachment to be used with a new status.

    Parameters

    Attachment

    Methods