wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
958 stars 156 forks source link

What is the best option to check any number is available on telegram or not ? #223

Closed raajrushs closed 8 months ago

raajrushs commented 8 months ago

In Normal Telegram app if we put like https://t.me/+917058622XXX then it goes to the chat window if number is exists and not private. and is it not exists then it simply says thats 'User XXX Not found'.

How to do this activity using WTelegramClient Library ? I have tries many times , and with many accounts Contacts_ImportContacts method but it always comes with 'retry_contacts'

image

github-actions[bot] commented 8 months ago

Please note that Github Issues should be used only for problems with the library code itself. For questions about Telegram API usage, you can search the API official documentation or click here to ask your question on StackOverflow so the whole community can help and benefit.