Adds some images and a video to the docs. This was taken from https://core.telegram.org/bots/features.
For the dark mode version of the images, I simply used a invert() on them. If we decide to add more pictures or videos to other places in the docs, we could think about a pure dark and light mode version of each
Build should be up at: https:https://docs.python-telegram-bot.org/en/doc-pictures/
Checklist for PRs
-
Added.. versionadded:: version,.. versionchanged:: versionor.. deprecated:: versionto the docstrings for user facing changes (for methods/class descriptions, arguments and attributes) -
Created new or adapted existing unit tests - Documented code changes according to the CSI standard
-
Added myself alphabetically toAUTHORS.rst(optional) -
Added new classes & modules to the docs and all suitable__all__s