@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface FaceElem

    表情

    interface FaceElem {
        id: number;
        qlottie?: string;
        text?: string;
        type: "face" | "sface";
    }
    Index

    Properties

    Properties

    id: number

    face为0~348,sface不明

    qlottie?: string

    未知属性

    text?: string

    表情说明,接收消息时有效

    type: "face" | "sface"