OpenTl / OpenTl.ClientApi

The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
MIT License
80 stars 22 forks source link

IsPhoneRegisteredAsync always return true #11

Closed micdenny closed 6 years ago

micdenny commented 6 years ago

If I call IsPhoneRegisteredAsync with a number that is not registered on telegram it always return true, even if I call it passing a wrong phone number like 0:

image

Am I doing something wrong?

hzexe commented 6 years ago

The same trouble

hzexe commented 6 years ago

The true value is return from server. I have test other program,all return the same value now.

vik-borisov commented 6 years ago

@hzexe Is it not a bug?

hzexe commented 6 years ago

@vik-borisov May be not a bug ,this is same as https://github.com/LonamiWebs/Telethon/issues/778

micdenny commented 6 years ago

It seems not to be a bug, so we can close this.