Skip to content

Instantly share code, notes, and snippets.

@Endogen
Last active February 23, 2019 12:01
Show Gist options
  • Save Endogen/44d13352e141ecb57e4557c51f394a44 to your computer and use it in GitHub Desktop.
Save Endogen/44d13352e141ecb57e4557c51f394a44 to your computer and use it in GitHub Desktop.
Pretty-Print Python-Telegram-Bot `update` Object
from pprint import pprint
pprint(update.to_dict())
@Nideapum
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment