Fix: Broadcast option is not present in the message options (#762)

This commit is contained in:
Bob
2024-05-06 11:42:01 -03:00
committed by GitHub
parent 6fe7401337
commit 27d42652d7

View File

@@ -227,6 +227,8 @@ export type MiscMessageGenerationOptions = MinimalRelayOptions & {
backgroundColor?: string backgroundColor?: string
/** font type for status */ /** font type for status */
font?: number font?: number
/** if it is broadcast */
broadcast?: boolean
} }
export type MessageGenerationOptionsFromContent = MiscMessageGenerationOptions & { export type MessageGenerationOptionsFromContent = MiscMessageGenerationOptions & {
userJid: string userJid: string