We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Code snippets (markdown)
Added "Storing ConversationHandler States"
now works
Fixed build_menu function.
Simplified restricted decorator with the new update.effective_chat argument
Added list comprehension for beginners
ReplyKeyboardHide is going to be deprecated. Replace with ReplyKeyboardRemove. Hide is meant when you keep the keyboard accessible but hidden, this just remove the keyboard
add snippet for sending files from BytesIO
revert 6ee384d
fix broken links
Optimize "chunking list" code
Send photo from url use bot.sendPhoto. Send audio use bot.sendAudio. Send file use bot.sendDocument.
Fix wrong if clause (header/footer) in build_menu snippet which cause errors
Added handy hyperlinks to the official documentation
fixed typo