diff --git a/src/core/events.ts b/src/core/events.ts index 65fea916..1c33a0e9 100644 --- a/src/core/events.ts +++ b/src/core/events.ts @@ -29,7 +29,8 @@ type NapCatInternalEvents = { 'buddy/poke': (initiatorUin: string, targetUin: string, displayMsg: string, xMsg: RawMessage) => PromiseLike; - 'buddy/recall': (uin: string, messageId: string, msg: RawMessage) => PromiseLike; + 'buddy/recall': (uin: string, messageId: string, + xMsg: RawMessage /* This is not the message that is recalled */) => PromiseLike; 'buddy/input-status': (data: Parameters[0]) => PromiseLike;