FoxoChat.js Packages
    Preparing search index...

    API Info DTO.

    interface APIInfo {
        app_url: string;
        cdn_url: string;
        gateway_url: string;
        version: string;
    }
    Index

    Properties

    app_url: string

    The URL of Application.

    cdn_url: string

    The URL of CDN.

    gateway_url: string

    The URL of Gateway.

    version: string

    The version of API.