Mikhail Khromov

Results 3 comments of Mikhail Khromov

Can't we just: 1. In settings, do `WEBHOOK_URL = ''.join(random.choice(string.digits + string.ascii_letters) for _ in range(26))` 2. In tgbot/urls.py, set the webhook URL to WEBHOOK_URL 3. Call telegram methods `deleteWebhook()`...

> Hello, I would like to clarify and the photo should go somewhere in the chat or be saved somewhere You mean we should store the picture somewhere on Telegram's...

PTB v20.0 was released a few days ago! Although I think we should wait for Django 4.2, since it'll contain lots of useful async ORM methods (.asave(), .aadd(), .aget(), full...