TSegmentFace: TSegmentBase & {
    data: {
        id: number;
    };
    type: "face";
}

Type declaration

  • data: {
        id: number;
    }
    • id: number

      表情索引,取值范围在 0~221

  • type: "face"