From 170fda964548f1a435ffc90508e06655ce88cc8a Mon Sep 17 00:00:00 2001 From: gekkedev <17025257+gekkedev@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:29:31 +0200 Subject: [PATCH] Update src/api/model/message.ts --- src/api/model/message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/model/message.ts b/src/api/model/message.ts index a1850a881..6840b17b0 100644 --- a/src/api/model/message.ts +++ b/src/api/model/message.ts @@ -72,7 +72,7 @@ export interface Message { stickerSentTs: number; isAvatar: boolean; lastUpdateFromServerTs: number; - invokedBotWid: null | WID; + invokedBotWid: null | Wid; bizBotType: null; //TODO: amend this type definition botResponseTargetId: null; //TODO: amend this type definition botPluginType: null; //TODO: amend this type definition