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:
@@ -10,6 +10,8 @@ export type WAPrivacyValue = 'all' | 'contacts' | 'contact_blacklist' | 'none'
|
||||
|
||||
export type WAPrivacyOnlineValue = 'all' | 'match_last_seen'
|
||||
|
||||
export type WAPrivacyGroupAddValue = 'all' | 'contacts' | 'contact_blacklist'
|
||||
|
||||
export type WAReadReceiptsValue = 'all' | 'none'
|
||||
|
||||
export type WAPrivacyCallValue = 'all' | 'known'
|
||||
|
||||
Reference in New Issue
Block a user