aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/message.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Docs fixesmei2017-06-271-1/+1
* Make Message::nonce a serde_json::ValueZeyla Hellyer2017-06-231-1/+3
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-6/+3
* Fix negative nonces failing to deserializeZeyla Hellyer2017-06-101-1/+1
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-1/+1
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-14/+11
* Add Message::channel()Zeyla Hellyer2017-06-041-0/+43
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-5/+7
* Move Reaction struct into its proper placeZeyla Hellyer2017-05-241-20/+0
* Restructure modulesZeyla Hellyer2017-05-221-40/+44
* Remove more remaining selfbot supportZeyla Hellyer2017-05-221-6/+0
* Handle message type 7 (member join)illia k2017-05-221-0/+25
* Fix unused import lintZeyla Hellyer2017-05-131-1/+2
* Accept references on Into<Id>Zeyla Hellyer2017-05-041-0/+7
* Make `User.discriminator` a u16Zeyla Hellyer2017-04-251-1/+2
* Fix embed length checkzeyla2017-04-251-2/+2
* Check for embed lengths on message sendsZeyla Hellyer2017-04-191-0/+65
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-5/+15
* Update the way errors are handled in dispatchIllia2017-04-191-1/+6
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-5/+120
* Remove selfbot supportZeyla Hellyer2017-04-051-27/+4
* Rework the models directoryZeyla Hellyer2017-03-251-0/+393