Skip to content

Commit

Permalink
Update src/api/model/message.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Jun 26, 2024
1 parent 9c30978 commit 170fda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/model/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 170fda9

Please sign in to comment.