docs: Message#type

This commit is contained in:
Lewdcario 2018-03-01 20:12:14 -06:00
parent f64e924f0d
commit 38f5288be8
No known key found for this signature in database
GPG key ID: F9A141E5527C6660

View file

@ -41,7 +41,7 @@ class Message {
/**
* The type of the message
* @type {string}
* @type {MessageType}
*/
this.type = Constants.MessageTypes[data.type];