-
### Steps to reproduce
```python
Class TgramBot(object):
def __init__:
self.updater = Updater(token, use_context=True)
self.dp = self.updater.dispatcher
sel…
-
### Steps to reproduce
send a video with `send_media_group` including one `input_media_video` with a local video and local thumb image passed as `open('path','rb')`.
thumb image width is less than…
-
### can make bot with multi user
ex :
user1 /command1
user2 /command2
-
### Issue
I'm using latest version of the module (13.0) and I was trying **callback_increasing** function described in [here](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Exten…
-
### Steps to reproduce
1. given a handler like the following:
`def msg(bot, update):
answer = random.choice(bot_misc.ANSWERS)
update.message.reply_text(answer)
updater.dispatcher.add_ha…
-
Использовал [данный ](https://github.com/MassonNN/masson-aiogram-template/blob/main/src/db/repositories/user.py) репозиторий и конкретно метод new для модели User.
Делал Middleware для пользовател…
-
Currently hubot-fb supports sending images via urls. Here's the guideline of [sending image (file)](https://developers.facebook.com/docs/messenger-platform/send-api-reference#guidelines).
Will this …
kengz updated
8 years ago
-
### Issue I am facing
I want to my bot reply with code block using triple \`, is there a better way than `f"```{message}```"`
In other words, the library have some wrapper to do this?
-
Is there a way to send a message to all the users that are using a bot, possibly, triggered by an external script?
-
Hi there,
friends of Kotori recently started playing with the excellent [ESPHome] by @OttoWinter and contributors (cheers!). It would be sweet to add a corresponding page to the documentation which…
amotl updated
2 years ago