FoxoChat.js Packages
    Preparing search index...

    Interface RESTAPIAttachmentUploadRequest

    The body of POST /channels/{channelId}/attachments.

    interface RESTAPIAttachmentUploadRequest {
        content_type: string;
        filename: string;
        spoiler: boolean;
        thumbhash: string;
    }
    Index

    Properties

    content_type: string

    The content type of the attachment.

    filename: string

    The file name of the attachment.

    spoiler: boolean

    Is spoiler?

    thumbhash: string

    The ThumbHash of the attachment.