Closed Reykira007 closed 1 month ago
You need set auth string without InitData
, only user=...
, after exiting beta, auth lifetime is 30 minutes
You need set auth string without
InitData
, onlyuser=...
, after exiting beta, auth lifetime is 30 minutes
Is there any workaround to automatically renew auth everytime it died?
perhaps using the token refresh method!
perhaps using the token refresh method!
not pixel doesn't have such a method, you need to restart the webapp to get a new token. perhaps this can be automated using a user bot
We can use telegram API id and API hash...
Also I also think we need to work on the user agent too.
currently telegram is very sensitive. using API id and API hash will make telegram account blocked
currently telegram is very sensitive. using API id and API hash will make telegram account blocked
Not if you used that right. Beside running this kinda of bot shouldn't be using your main telegram account - need to use a second account ( that been said you shouldn't login /open the TG app when the bot is running - this is mainly to avoid banned's)
Bot migrated to telegram sessions, this issue is no longer relevant