We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typo
remove beta note
Updated Code snippets (markdown)
Fix error handler producing an error itself
Fix missing double quote
add a good error handler
Revert 52ff0eaf6df56682e6d022b0a4d4b17f1b414103...51160aab3601d2bc1e00d69f2cf5b4f540fc5f43 on Code snippets
updatre snippet to v12
The row must be a list
reverting
make restrict access snippet work
Updating a ton of wiki pages to v12 I've probably missed some stuff... please edit if so ;)
Add send_typing_action and send_action decorators that work with changes introduced in v12
Revert 4be3e0cc79ffea3360acb2127a6a09ef2a4fedfe...67108e9ab0ceb601640cad1a814dda6e9a8d554e on Code snippets
It should be like this
Make it clearer that `parse_entities` also returns the text
add get add group msg code
Fix send_action decorator to also work on conversation handlers
Edit refers to issue https://github.com/python-telegram-bot/python-telegram-bot/issues/1288. This change allows to use send_typing_action in ConversationHandlers function-handlers.