ali-zahedi / django-telethon

Integrate Django with Telethon(Pure Python 3 MTProto API Telegram client library, for bots too!).
MIT License
85 stars 11 forks source link

django_telethon.callback.on_message not working #9

Open TheFern97941 opened 4 months ago

TheFern97941 commented 4 months ago
截屏2024-07-12 21 12 12 截屏2024-07-12 21 14 03 截屏2024-07-12 21 14 11 截屏2024-07-12 21 13 28
Visionario commented 4 months ago

Put this inside ready function on apps.py after connect receivers

        from django_telethon import send_to_telegra_thread
        # Send a payload/message to the Telegram thread
        send_to_telegra_thread(some_key="some_value", another_key="another_value")

And run, it will work