Add the `..._raw()` methods to allow for lower-level access to Rocket.Chat's API responses.
4.1.0
Thread_id support to send_typing_event added.
4.0.0
The implementation of `send_typing_event` has been updated to match the latest Rocket.Chat API.
All methods have been tested against the newest Rocket.Chat release.
3.0.0
The callback subscribe_to_channel_messages now gets an additional parameter `repeated` (see https://github.com/hynek-urban/rocketchat-async/pull/6 for more details).
2.0.0
The callback `subscribe_to_channel_messages` now gets an additional parameter `unread` (see https://github.com/hynek-urban/rocketchat-async/issues/3 for more details).