• Frequently Asked Questions
  • What messages can my Bot see?
  • ⚠️🚨 Note: 🚨⚠️
  • What about messages from other Bots?
  • Can my bot delete messages from the user in a private chat?
  • How can I get a list of all chats/users/channels my bot is interacting with?
  • Does my bot get an update, when someone joins my channel?
  • My bot doesn't receive messages from groups. Why?
  • Can you add [feature] to PTB? Can I do [thing] with my bot?
  • I'm using ConversationHandler and want one handler to be run multiple times. How do I do that?
  • I want to handle updates from an external service in addition to the Telegram updates. How do I do that?
  • Why am I getting ImportError: cannot import name 'XY' from 'telegram'?
  • What do the per_* settings in ConversationHandler do?
  • Can I check, if a ConversationHandler is currently active for a user?
  • How can I list all messages of a particular chat or search through them based on a search query?
  • Why am I getting an error The following arguments have not been supplied?
  • How can I check the version of PTB I am using?
  • How do I access info about the message my bot sent?