mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Fix: Broadcast option is not present in the message options (#762)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user