You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered: