harshil21 · GitHub

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:: version or .. deprecated:: version to 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 to AUTHORS.rst (optional)
  • Added new classes & modules to the docs and all suitable __all__ s

Read the original on github.com ↗