JungDev / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
237 stars 88 forks source link

MessageQueue in django-telegrambot #26

Closed Necrobsd closed 5 years ago

Necrobsd commented 5 years ago

Can I use somehow telegram.ext.messagequeue module to avoid flood limits?

alistvt commented 5 years ago

I have added this in a pull request and it hasn't been approved yet. you can use that if you need from here: https://github.com/alistvt/django-telegrambot

JungDev commented 5 years ago

I merge your request, ty @alistvt