masto
    Preparing search index...

    Interface CreateMediaAttachmentParams

    interface CreateMediaAttachmentParams {
        description?: string | null;
        file: string | Blob;
        focus?: string | null;
        thumbnail?: string | Blob | null;
    }
    Index

    Properties

    description?: string | null

    A plain-text description of the media, for accessibility purposes.

    file: string | Blob

    The file to be attached, using multipart form data.

    focus?: string | null

    Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0

    thumbnail?: string | Blob | null

    Custom thumbnail