Skip to content

Botogram 0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarcoBuster MarcoBuster released this 26 Mar 15:58
· 40 commits to master since this release

botogram 0.6 is the sixth alpha release of botogram.

This release adds support for text formatting in media captions, more administration tools, lang and is_bot attributes for the User class, support for sending stickers by ID or URL, albums, pinned messages, video streaming parameter, invite links and video notes. Renames Message.message_id to Message.id and fixes issue #114.

You can read the full changelog in the documentation.

The project owner Pietro Albini left the project to Matteo Bocci and Marco Aceti.

We decided to move to a new PyPi package: botogram2.
botogram is now deprecated and no longer maintained.

We also moved to a new website: botogram.dev

If you want to install botogram 0.6, you can execute the following command:

# Linux and macOS:
$ python3 -m pip uninstall botogram
$ python3 -m pip install -U "botogram2==0.6"

# Windows:
C:\> py -3 -m pip uninstall botogram
C:\> py -3 -m pip install -U "botogram2==0.6"

botogram 0.6 is an alpha release of botogram, and it might have bugs here and there. Make sure to report them in the issue tracker, so they can get fixed in the next releases.