Starting point for interacting with the WhatsApp Web API
@@ -558,15 +558,18 @@
Returns
-
Object
createRes
+
Object
+
createRes
-
string
createRes.gid - ID for the group that was just created
+
string
+
createRes.gid - ID for the group that was just created
-
Object with string properties
createRes.missingParticipants - participants that were not added to the group. Keys represent the ID for participant that was not added and its value is a status code that represents the reason why participant could not be added. This is usually 403 if the user's privacy settings don't allow you to add them to groups.
+
Object with string properties
+
createRes.missingParticipants - participants that were not added to the group. Keys represent the ID for participant that was not added and its value is a status code that represents the reason why participant could not be added. This is usually 403 if the user's privacy settings don't allow you to add them to groups.
@@ -701,7 +704,8 @@
Returns
-
Promise containing object
Invite information
+
Promise containing object
+
Invite information
@@ -863,7 +867,8 @@
Returns
-
Promise containing boolean
New pin state. Could be false if the max number of pinned chats was reached.
+
Promise containing boolean
+
New pin state. Could be false if the max number of pinned chats was reached.