-
Media Messages which have caption is not relayed to the Telegram side.
-
Please answer these questions before submitting your issue. Thanks!
1. What version of pyTelegramBotAPI are you using? pyTelegramBotAPI-3.6.0
2. What OS are you using? macOS High Sierra 10.13.3
…
-
1. What version of pyTelegramBotAPI are you using?
pyTelegramBotAPI-3.2.1.egg-info
2. What OS are you using?
debian 8.9
3. What version of python are you using?
python3.4
Hello.
1) How ca…
-
Is it possible to get updated text when user edits a message?
I saw this part in readme, but didn't understand what does it mean (
https://github.com/eternnoir/pyTelegramBotAPI#edited-message-han…
-
1. **pyTelegramBotAPI v3.6.1**
2. **Ubuntu 17.10**
3. **Python 3.6.3**
I have a big `for` loop which create many `telebot.TeleBot()` bots from dict with tokens and sends messages to its users.
…
-
Traceback (most recent call last):
File "bot", line 11, in
from telebot import types
File "/usr/local/lib/python3.5/dist-packages/telebot/types.py", line 10, in
from telebot import u…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of pyTelegramBotAPI are you using?
2. What OS are you using?
3. What version of python are you using?
-
After deploying on heroku bot don't answer. Was trying as [in example](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/webhook_examples/webhook_flask_heroku_echo.py) with flask.
…
-
```
git:(master) ✗ sudo python3.5 TriggerBot.py
Traceback (most recent call last):
File "TriggerBot.py", line 5, in
from telebot.apihelper import ApiException
File "/usr/local/lib/python…
-
Не могу справиться с данной проблемой(
import config
import telebot
bot = telebot.TeleBot(config.token)
@bot.message_handler(commands=['help'])
def handle_text(message):
bot.send_messa…