-
### Steps to reproduce
1. generate a new text file and rename like **`测试.txt`** and copy as **`111.txt`**
2. just send this two file
`import telegram`
`TGBot = telegram.Bot(TGBotToken…
-
### Steps to reproduce
1. install pypy3 v6.0.0
2. run bot with this pypy(exp. https://github.com/ArchieMeng/telegram_calc_bot, this is my bot)
### Expected behaviour
Low CPU usage which shou…
-
Рассматриваем идею для бота.
## Предварительные команды
1. `/rules` `/faq` - скидывает сообщение с правилами
2. `/tutorials` `/doc` - кидает ссылки на туториалы, документацию
3. `/code`, который…
-
### Issue I am facing
InlineKeyboardMarkup gives json error if i use it with send_photo & send_message while the same is working for update.message.reply_text
### Traceback to the issue
```
…
-
Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])
- [ ] I have searched for other issues with the same problem or similar feature requests.
#### Select on…
-
Hi!
Could you add option to register coroutine as a callback (i.e., for ability to use python async/await syntax), as well as asynchronous versions of `send_message()` and other similar methods?
…
-
### Steps to reproduce
1. Create an instance of the updater with updater = Updater('token')
2. Try to control the instantiation of the asociated dispatcher object
3. Fail becuase there's no way t…
-
### Steps to reproduce
1. Run PTB and wait for an error to happen
2. Repeat step 1
3. Repeat step 2
### Expected behaviour
Tell us what should happen
Error handler should report what mod…
-
### Steps to reproduce
1. In the entry function of a conversation save some data in context.user_data
2. Set the conversation_timeout of the conversation to some value other than 0. I used it as…
-
### Steps to reproduce
```
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, ConversationHandler
from telegram.ext.dispatcher import run_async
import epn_parse
import t…