Update to docs

This commit is contained in:
hydrabolt
2015-10-27 21:58:05 +00:00
parent 9837823907
commit 6d52b071b1
3 changed files with 11 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ A `unix timestamp` as a `Number` representing when the message was sent.
mentions
~~~~~~~~
An `Array` of User_ objects that represent the users mentioned in the message.
An `Array` of Member_ and User_ objects that represent the users mentioned in the message. The only way that the User_ objects would exist in the Array is if the message is from a log, where the mentioned users may have left the server afterwards.
everyoneMentioned
~~~~~~~~~~~~~~~~~
@@ -60,7 +60,7 @@ author
**Aliases** : `sender`
The User_ that sent the message.
The Member or User_ that sent the message. May be a User_ if from a log, it depends on whether the sender left the server after sending the message. If received in realtime, always a Member.
attachments
~~~~~~~~~~~