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
{{ message }}
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
varstore=new FileSessionStore();client=new TelegramClient(123456,"xxxxxxxxxxhhaasshhxxxxxxxxx", store);await client.ConnectAsync();if(!client.IsUserAuthorized()){hash=await client.SendCodeRequestAsync(userNumber);
CodeFromTG.IsEnabled =true;//Button with a text box for entering a code
AuthButton.IsEnabled =true;//The button has its own click handler, it calls MakeAuthAsync where the third parameter is the code from the text box}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How I can login after registration? I want login after close my windows app. By which method I can check in session file? this is my code
The text was updated successfully, but these errors were encountered: