From 27d42652d738852eaf9dce33838859f38b0c2831 Mon Sep 17 00:00:00 2001 From: Bob <115008575+bobslavtriev@users.noreply.github.com> Date: Mon, 6 May 2024 11:42:01 -0300 Subject: [PATCH] Fix: Broadcast option is not present in the message options (#762) --- src/Types/Message.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Types/Message.ts b/src/Types/Message.ts index bc2810a..62d2f8b 100644 --- a/src/Types/Message.ts +++ b/src/Types/Message.ts @@ -227,6 +227,8 @@ export type MiscMessageGenerationOptions = MinimalRelayOptions & { backgroundColor?: string /** font type for status */ font?: number + /** if it is broadcast */ + broadcast?: boolean } export type MessageGenerationOptionsFromContent = MiscMessageGenerationOptions & { userJid: string