FoxoChat.js Packages
    Preparing search index...

    Interface APIMediaUpload

    interface APIMediaUpload {
        id: number;
        url: string;
    }
    Index

    Properties

    Properties

    id: number

    The id of the attachment.

    url: string

    The upload url of the attachment.