mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Feat: Mute unknown calls (privacy) (#872)
* Update Chat.ts * Update chats.ts * export * fix sort
This commit is contained in:
@@ -12,6 +12,8 @@ export type WAPrivacyOnlineValue = 'all' | 'match_last_seen'
|
||||
|
||||
export type WAReadReceiptsValue = 'all' | 'none'
|
||||
|
||||
export type WAPrivacyCallValue = 'all' | 'known'
|
||||
|
||||
/** set of statuses visible to other people; see updatePresence() in WhatsAppWeb.Send */
|
||||
export type WAPresence = 'unavailable' | 'available' | 'composing' | 'recording' | 'paused'
|
||||
|
||||
@@ -103,4 +105,4 @@ export type InitialReceivedChatsState = {
|
||||
|
||||
export type InitialAppStateSyncOptions = {
|
||||
accountSettings: AccountSettings
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user