Last active
August 4, 2024 10:41
-
-
Save Endogen/44d13352e141ecb57e4557c51f394a44 to your computer and use it in GitHub Desktop.
Pretty-Print Python-Telegram-Bot `update` Object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pprint import pprint | |
pprint(update.to_dict()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
♥