fix(docs): Correctly document Chat timestamp property

close #287
This commit is contained in:
Pedro Lopez
2020-08-17 22:36:23 -04:00
parent 2a58cfe8e2
commit 34aa136bf9
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class Chat extends Base {
this.unreadCount = data.unreadCount;
/**
* Unix timestamp for when the chat was created
* Unix timestamp for when the last activity occurred
* @type {number}
*/
this.timestamp = data.t;