- Added optional `caption` argument to `send_document("user", "filepath" [, "caption"])`
- Improved automated `help(...)` docstrings a bit.
- Added automatic generation of Markdown documentation. `pytg.sender.create_automatic_documentation(filename="DOCUMENTATION.md")` creates a markdown formatted file. This uses roughly the same generation process as the automatic docstrings.
- Also added some missing documentation for some errors. [69](https://github.com/luckydonald/pytg/issues/69)
- The old documentation can be found at `DOCUMENTATION_manual.md`
- Added `command_send_message.py` example to show the simplest way to just send a message.
- Added `bot_with_context.py` example to demonstrate how to build converations with the use of generators and the `yield` statement.
- Improved example documentation, renamed some example files.
- Added `downloaded_file` parser. Returns a string for the file.
- Started with some code for [67](https://github.com/luckydonald/pytg/issues/67)
- Added optional `status` parameter to `Sender.send_typing`.