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