FoxoChat.js Packages
    Preparing search index...

    Interface APIAttachment

    API Attachment DTO.

    interface APIAttachment {
        content_type: string;
        filename: string;
        flags: Spoiler;
        id: number;
        thumbhash: string;
        uuid: string;
    }
    Index

    Properties

    content_type: string

    The content type of the attachment.

    filename: string

    The file name of the attachment.

    flags: Spoiler

    The flags of the attachment.

    id: number

    The id of the attachment.

    thumbhash: string

    The ThumbHash of the attachment.

    uuid: string

    The object id of the attachment.