From 7deef27800872c3bd2accf84e0c309fc0021cabb Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sun, 9 Feb 2020 00:58:10 -0400 Subject: [PATCH] chore: mark version v1.0.0 --- docs/._index.html | Bin 0 -> 4096 bytes docs/Base.html | 6 +- docs/BusinessContact.html | 106 +++++++- docs/Chat.html | 8 +- docs/Client.html | 76 +++++- docs/Client.js.html | 28 ++- docs/ClientInfo.html | 6 +- docs/Contact.html | 92 ++++++- docs/GroupChat.html | 6 +- docs/Location.html | 164 +++++++++++++ docs/Message.html | 48 +++- docs/MessageMedia.html | 6 +- docs/PrivateChat.html | 6 +- docs/PrivateContact.html | 104 +++++++- docs/Util.html | 6 +- docs/global.html | 71 +++++- docs/index.html | 309 ++++++++++++++++++++---- docs/scripts/jsdoc-toc.js | 2 +- docs/structures_Base.js.html | 6 +- docs/structures_BusinessContact.js.html | 6 +- docs/structures_Chat.js.html | 8 +- docs/structures_ClientInfo.js.html | 6 +- docs/structures_Contact.js.html | 54 ++++- docs/structures_GroupChat.js.html | 6 +- docs/structures_Location.js.html | 86 +++++++ docs/structures_Message.js.html | 39 ++- docs/structures_MessageMedia.js.html | 6 +- docs/structures_PrivateChat.js.html | 6 +- docs/structures_PrivateContact.js.html | 6 +- docs/util_Constants.js.html | 13 +- docs/util_Util.js.html | 6 +- package.json | 2 +- src/structures/Chat.js | 2 +- src/structures/Message.js | 2 +- 34 files changed, 1130 insertions(+), 168 deletions(-) create mode 100644 docs/._index.html create mode 100644 docs/Location.html create mode 100644 docs/structures_Location.js.html diff --git a/docs/._index.html b/docs/._index.html new file mode 100644 index 0000000000000000000000000000000000000000..ccd54dfe615201251a7c57bfa98d6ff5eaaef49e GIT binary patch literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vvYvJF zKST$^0-$mMG%bukK2%&PIX_n~v7jI)RWB#8xTLf=H6 - whatsapp-web.js 0.3.2-post » Class: Base + whatsapp-web.js 1.0.0 » Class: Base @@ -15,7 +15,7 @@ @@ -50,7 +50,7 @@
diff --git a/docs/BusinessContact.html b/docs/BusinessContact.html index 732cef2..f7770ee 100644 --- a/docs/BusinessContact.html +++ b/docs/BusinessContact.html @@ -4,7 +4,7 @@ - whatsapp-web.js 0.3.2-post » Class: BusinessContact + whatsapp-web.js 1.0.0 » Class: BusinessContact @@ -15,7 +15,7 @@ @@ -48,27 +48,61 @@
isBusiness
+
isEnterprise
+
+
+
isGroup
+
+
-
isEnterprise
+
isMe
+
+
+
isMyContact
+
+
+
isUser
+
+
+
isWAContact
name
+
+
+
+
+
number
+
+
pushname
+
shortName
+
+
+
+
+ + +
+

Method

+
+
-
-
shortName
-
-
-
+
+
@@ -108,6 +142,41 @@
Inherited from
Contact#isEnterprise
+

isGroup +  unknown

+

Indicates if the contact is a group contact

+
+
Inherited from
+
Contact#isGroup
+
+

isMe +  unknown

+

Indicates if the contact is the current user's contact

+
+
Inherited from
+
Contact#isMe
+
+

isMyContact +  unknown

+

Indicates if the number is saved in the current phone's contacts

+
+
Inherited from
+
Contact#isMyContact
+
+

isUser +  unknown

+

Indicates if the contact is a user contact

+
+
Inherited from
+
Contact#isUser
+
+

isWAContact +  unknown

+

Indicates if the number is registered on WhatsApp

+
+
Inherited from
+
Contact#isWAContact
+

name  unknown

The contact's name, as saved by the current user

@@ -115,6 +184,13 @@
Inherited from
Contact#name
+

number +  unknown

+

Contact's phone number

+
+
Inherited from
+
Contact#number
+

pushname  unknown

The name that the contact has configured to be shown publically

@@ -130,6 +206,18 @@
Contact#shortName
+

Method

+
+
async
+

getProfilePicUrl() → Promise containing string

+

Returns the contact's profile picture URL, if privacy settings allow it

+
+
Inherited from
+
Contact#getProfilePicUrl
+
Returns
+
+
+
@@ -139,7 +227,7 @@
diff --git a/docs/Chat.html b/docs/Chat.html index 6f52a4f..dd4ec3d 100644 --- a/docs/Chat.html +++ b/docs/Chat.html @@ -4,7 +4,7 @@ - whatsapp-web.js 0.3.2-post » Class: Chat + whatsapp-web.js 1.0.0 » Class: Chat @@ -15,7 +15,7 @@ @@ -149,7 +149,7 @@

content

-

(string or MessageMedia)

+

(string, MessageMedia, or Location)

 

@@ -190,7 +190,7 @@
diff --git a/docs/Client.html b/docs/Client.html index 1152e69..58fa630 100644 --- a/docs/Client.html +++ b/docs/Client.html @@ -4,7 +4,7 @@ - whatsapp-web.js 0.3.2-post » Class: Client + whatsapp-web.js 1.0.0 » Class: Client @@ -15,7 +15,7 @@ @@ -26,7 +26,7 @@