mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
force resultId to string
This commit is contained in:
@@ -181,7 +181,7 @@ export class PacketMsgFaceElement extends IPacketMsgElement<SendFaceElement> {
|
|||||||
sourceType: 1,
|
sourceType: 1,
|
||||||
resultId: this.resultId,
|
resultId: this.resultId,
|
||||||
preview: "",
|
preview: "",
|
||||||
ramdomType: 1
|
randomType: 1
|
||||||
}),
|
}),
|
||||||
businessType: 1
|
businessType: 1
|
||||||
}
|
}
|
||||||
|
@@ -346,7 +346,7 @@ export const QBigFaceExtra = {
|
|||||||
AniStickerType: ProtoField(5, ScalarType.INT32, true),
|
AniStickerType: ProtoField(5, ScalarType.INT32, true),
|
||||||
resultId: ProtoField(6, ScalarType.STRING, true),
|
resultId: ProtoField(6, ScalarType.STRING, true),
|
||||||
preview: ProtoField(7, ScalarType.STRING, true),
|
preview: ProtoField(7, ScalarType.STRING, true),
|
||||||
ramdomType: ProtoField(9, ScalarType.INT32, true),
|
randomType: ProtoField(9, ScalarType.INT32, true),
|
||||||
};
|
};
|
||||||
|
|
||||||
export const QSmallFaceExtra = {
|
export const QSmallFaceExtra = {
|
||||||
|
@@ -494,7 +494,7 @@ export class OneBotMsgApi {
|
|||||||
stickerType: face.AniStickerType,
|
stickerType: face.AniStickerType,
|
||||||
packId: face.AniStickerPackId,
|
packId: face.AniStickerPackId,
|
||||||
sourceType: 1,
|
sourceType: 1,
|
||||||
resultId,
|
resultId: resultId?.toString(),
|
||||||
chainCount,
|
chainCount,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user