-
### Steps to reproduce
1.
bot.send_message(chat_id=user_id, text="xxxxxxxxxx")
if user_id have formart 455xxxxxx it working perfect!
but if have format 1780xxxxxx it error
```python
File "..…
-
### Steps to reproduce
1. send a non anonymous quiz mode poll
2. set a handler with filter poll
3. answer the quiz
4. the bot should receive poll answer update but it does not trigger the…
-
### Steps to reproduce
1. Install the latest version of python-telegram-bot 12.5.1
I have installed python-telegram-bot latest version.
In Pycharm when I try to import it like
import …
-
### Steps to reproduce
1. dispatcher: Dispatcher = Dispatcher(bot=bot, update_queue=None, workers=0, use_context=True)
### Expected behaviour
No Warning
### Actual behaviour
Warning: Expe…
-
### Steps to reproduce
1. Create bot with connected payment provider YooKassa
2. Call `bot.send_invoice(..., send_phone_number_to_provider=True, need_phone_number=True)`
### Expected behaviou…
-
### Steps to reproduce
1.bot.send_message(
chat_id=ME,
parse_mode=telegram.ParseMode.MARKDOWN,
text='User ID : %s\nUsername : %s\n%s' % (
…
-
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Configuration
**Operating System:**
**…
-
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Configuration
**Operating System:**
**…
-
### Steps to reproduce
1. Create a bot.
2. Send a message in markdown v2 formatting containing an inline link like this:
```markdown
[Link](example.com) (test)
```
### Expected…
-
### Issue I am facing
I am migrating from version11 to 12 following https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transition-guide-to-Version-12.0 and created the new style hand…