zulip_test: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-03 15:31:56 -07:00
committed by Tim Abbott
parent fd8b2c557f
commit d507706371
12 changed files with 45 additions and 28 deletions

View File

@@ -115,6 +115,7 @@ export type Message = (
clean_reactions: Map<string, MessageCleanReaction>;
locally_echoed?: boolean;
raw_content?: string;
// Added in `message_helper.process_new_message`.
sent_by_me: boolean;