botogram 0.3.3
Pre-release
Pre-release
botogram 0.3.3 is a bugfix release for botogram 0.3.2.
- Fix unavailable chats not detected when calling
botogram.Bot.chat()
(GH-71) - Fix broken detection of unavailable chats, due to changes in the Bot API (GH-72)
- Discontinue the unavailable chat reason not_contacted since it’s not possible to detect it anymore (GH-73)
If you want to install botogram 0.3.3, you can execute the following command:
# Linux and macOS:
$ python3 -m pip install -U "botogram==0.3.3"
# Windows:
C:\> py -3 -m pip install -U "botogram==0.3.3"
botogram 0.3.3 is an alpha release of botogram, and it might have bugs here and there. Be sure to report them in the issue tracker, so they can get fixed in the next release.