v2.2.2 [BREAKING]
This is the first breaking release. After this version, heyoo
will be mostly incompatible with this library.
Updates:
- Message() object, refer to the wiki for more informations;
- Removed send_message(), reply_to_message() and mark_as_read() methods; they have been inserted into the Message() class.
- New message parser: messages are now parsed automatically by the Message() class
- New send/mark-as-read/reply method; refer to wiki
- Class splitted into multiple files
- Docs moved from README to Wiki
- Other minor fixes.