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
After verifying the authorization, I found that I need to revalidate the code verification permissions the next day
Can the expiration time be set in the files saved during the session? For example, the number of valid days: 30 days or 365 days, permanently valid, etc
The text was updated successfully, but these errors were encountered:
You can't set the auth expiration time like this, neither does telegram automatically log-out your account on per day basis like that. I suspect that you're not using persistent session storage for your program.
Check this out for implementing a persistent session store with gotgproto:
After verifying the authorization, I found that I need to revalidate the code verification permissions the next day
Can the expiration time be set in the files saved during the session? For example, the number of valid days: 30 days or 365 days, permanently valid, etc
The text was updated successfully, but these errors were encountered: