Open TheFern97941 opened 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