mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: remove 'none' from updateGroupsAddPrivacy (#966)
* fix: remove 'none' from updateGroupsAddPrivacy * fix(fix/remove-none-groupadd): linting --------- Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
@@ -835,7 +835,7 @@ Of course, replace ``` xyz ``` with an actual ID.
|
||||
```
|
||||
- To update the Groups Add privacy
|
||||
``` ts
|
||||
const value = 'all' // 'contacts' | 'contact_blacklist' | 'none'
|
||||
const value = 'all' // 'contacts' | 'contact_blacklist'
|
||||
await sock.updateGroupsAddPrivacy(value)
|
||||
```
|
||||
- To update the Default Disappearing Mode
|
||||
|
||||
Reference in New Issue
Block a user