sochix / TLSharp

Telegram client library implemented in C#
1k stars 380 forks source link

IsPhoneRegisteredAsync always return True #779

Open astecenko opened 6 years ago

astecenko commented 6 years ago

I tested with many variants of phoneNumber parameter values - always return True. Is something wrong with TLSharp, or is Telegram guilty?

astecenko commented 6 years ago

I used latest NuGet package v. 0.1.0.374

vovnit-phie commented 6 years ago

I have the same problem, did you find solution?

Saraf-SPb commented 6 years ago

I have the same problem. There is a solution? Package v. 0.1.0.374

pishgaman-org commented 5 years ago

no solution. Telegram always return true for security reasons. this function completely removed in next TL schemes.

knocte commented 5 years ago

Telegram always return true for security reasons

Where did you get that from? any URL with an official announcement of the deprecation of this API?

pishgaman-org commented 5 years ago

you can view Tdlib official docs. no function exist to check registration status. https://core.telegram.org/tdlib/docs/

also no function in Telegram Scheme. https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/Resources/scheme.tl

knocte commented 5 years ago

you can view Tdlib official docs. no function exist to check registration status.

I'm guessing those docs also live somewhere in github, like https://github.com/tdlib/td ?

also no function in Telegram Scheme.

I wonder if we can find a specific commit in github that removed it?