FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface IChatRoomNode

    聊天室节点信息

    interface IChatRoomNode {
        name: string;
        node: string;
        online?: number;
    }
    Index

    Properties

    Properties

    name: string

    名称

    node: string

    节点地址

    online?: number

    在线人数