Closed lucaswhob closed 7 months ago
please See this screenshot of my code See ScreenShot I Need Only Logout My Session Not All Other Session . Thx .
Please note that Github Issues should be used only for problems with the library code itself. For questions about Telegram API usage, you can search the API official documentation or click here to ask your question on StackOverflow so the whole community can help and benefit.
This Is Your Library Problem Other Library Return Session Hash Correctly Your Library Return Session Hash Zero 0
Hello I Used Your Library Login Saved Session Is Ok Bu I Need Logout Session Created by My App I Get Active All Session by
Account_Authorizations getsession = Task.Run(async () => await clienttelegram2.Account_GetAuthorizations()).Result; foreach (TL.Authorization item in getsession.authorizations) { if (item.api_id == XXXXXXX) { bool logoutok = Task.Run(async () => await clienttelegram2.Account_ResetAuthorization(item.hash)).Result; break; } }
But hash Active session return 0 Please Help me Thx