Function setPrivacyForOneCategory
setPrivacyForOneCategory( attrs: { dhash?: any; name: "status" | "last" | "profile"; users?: { action: "add" | "remove"; wid: Wid }[]; value: "contact_blacklist" | "all" | "contacts" | "none"; }, disallowedList?: Wid[],): Promise<void> Parameters
- attrs: {
dhash?: any;
name: "status" | "last" | "profile";
users?: { action: "add" | "remove"; wid: Wid }[];
value: "contact_blacklist" | "all" | "contacts" | "none";
} Optional
disallowedList: Wid[]
setPrivacyForOneCategory( attrs: { dhash?: any; name: "groupadd"; users?: { action: "add" | "remove"; wid: Wid }[]; value: "contact_blacklist" | "all" | "contacts"; }, disallowedList?: Wid[],): Promise<void> Parameters
- attrs: {
dhash?: any;
name: "groupadd";
users?: { action: "add" | "remove"; wid: Wid }[];
value: "contact_blacklist" | "all" | "contacts";
} Optional
disallowedList: Wid[]
setPrivacyForOneCategory( attrs: { name: "online"; value: "all" | "match_last_seen" },): Promise<void> Parameters
- attrs: { name: "online"; value: "all" | "match_last_seen" }
setPrivacyForOneCategory( attrs: { name: "readreceipts"; value: "all" | "none" },): Promise<void> Parameters
- attrs: { name: "readreceipts"; value: "all" | "none" }
For set privacy who can you see your last seen, profile pic, or status