mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-06 23:14:01 +00:00
Released 3.0.0
This commit is contained in:
parent
3fdc7bc1ad
commit
9c14a17af1
4 changed files with 10 additions and 10 deletions
2
FAQ.md
2
FAQ.md
|
|
@ -43,7 +43,7 @@ This might require adding a reference *(and `using`)* to the Microsoft.VisualBas
|
|||
A more complex solution requires the use of a `ManualResetEventSlim` that you will wait for in Config callback,
|
||||
and when the user has provided the verification_code through your app, you "set" the event to release your Config callback so it can return the code.
|
||||
|
||||
Another solution is to use the [alternative login method](README.md#alternative-simplified-configuration-login),
|
||||
Another solution is to use the [alternative login method](README.md#alternative-simplified-configuration--login),
|
||||
calling `client.Login(...)` as the user provides the requested configuration elements.
|
||||
You can download such full example apps [for WinForms](https://github.com/wiz0u/WTelegramClient/raw/master/Examples/WinForms_app.zip) and [for ASP.NET](https://github.com/wiz0u/WTelegramClient/raw/master/Examples/ASPnet_webapp.zip)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue