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
Hello, here is my code that your Library returns true for any numbers with any formats as True while that number is not available in the world and in telegram. var client = new TLSharp.Core.TelegramClient(1714491, "fefad7e2e1208646a71935b25668a46f"); await client.ConnectAsync(); if (client.IsConnected) { bool result = await client.IsPhoneRegisteredAsync(String.Concat(98,Start)); MessageBox.Show((result ? "این شماره در تلگرام موجود است." : "این شماره در تلگرام موجود نمیباشد و میتوانید آنرا ثبت نمایید.")); }
with any formats like >> +98914xxxx and 98914xxxxx returns true...
The text was updated successfully, but these errors were encountered:
Hello, here is my code that your Library returns true for any numbers with any formats as True while that number is not available in the world and in telegram.
var client = new TLSharp.Core.TelegramClient(1714491, "fefad7e2e1208646a71935b25668a46f"); await client.ConnectAsync(); if (client.IsConnected) { bool result = await client.IsPhoneRegisteredAsync(String.Concat(98,Start)); MessageBox.Show((result ? "این شماره در تلگرام موجود است." : "این شماره در تلگرام موجود نمیباشد و میتوانید آنرا ثبت نمایید.")); }
with any formats like >> +98914xxxx and 98914xxxxx returns true...
The text was updated successfully, but these errors were encountered: