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

    Interface IChatQuery

    私聊查询参数

    interface IChatQuery {
        autoRead?: boolean;
        page?: number;
        size?: number;
    }
    Index

    Properties

    Properties

    autoRead?: boolean

    是否自动已读消息

    page?: number

    页码

    size?: number

    每页个数