fix: 修正定义

This commit is contained in:
手瓜一十雪
2024-11-22 20:15:55 +08:00
parent e7e8763f1c
commit b6ec1aaa9b
2 changed files with 7 additions and 5 deletions

View File

@@ -264,10 +264,12 @@ export enum NTGrayTipElementSubTypeV2 {
* 表情类型枚举
*/
export enum FaceType {
normal = 1, // 小黄脸
normal2 = 2, // 新小黄脸
dice = 3, // 骰子
poke = 5 // 拍一拍
Unknown = 0,
OldFace = 1, // 老表情
Normal = 2, // 常规表情
AniSticke = 3, // 动画贴纸
Lottie = 4,// 新格式表情
Poke = 5 // 可变Poke
}
/**

View File

@@ -547,7 +547,7 @@ export class OneBotMsgApi {
elementId: '',
faceElement: {
faceIndex: FaceIndex.dice,
faceType: FaceType.dice,
faceType: FaceType.AniSticke,
faceText: '[骰子]',
packId: '1',
stickerId: '33',