mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Feat: Block messages from unknown numbers (#1071)
* Update Chat.ts * Update chats.ts * lint * lint * lint
This commit is contained in:
@@ -17,6 +17,8 @@ export type WAReadReceiptsValue = 'all' | 'none'
|
||||
|
||||
export type WAPrivacyCallValue = 'all' | 'known'
|
||||
|
||||
export type WAPrivacyMessagesValue = 'all' | 'contacts'
|
||||
|
||||
/** set of statuses visible to other people; see updatePresence() in WhatsAppWeb.Send */
|
||||
export type WAPresence = 'unavailable' | 'available' | 'composing' | 'recording' | 'paused'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user