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

    Interface IChatNotice

    私聊通知信息

    interface IChatNotice {
        command: string;
        preview?: string;
        senderAvatar?: string;
        senderUserName?: string;
        userId: string;
    }
    Index

    Properties

    command: string

    命令

    preview?: string

    预览内容

    senderAvatar?: string

    发送者头像

    senderUserName?: string

    发送者用户名

    userId: string

    发送用户 ID