"searchUserByPhoneNumber" Method Returns 404 on Production Server
I'm using TDLib in a .NET application. On my local machine, the searchUserByPhoneNumber method works as expected and successfully finds the user. However, when deployed to the production server, the same method returns a 404 error.
Has anyone encountered this issue? Does the Telegram API have any rate limits or restrictions that might cause this behavior?
This is intended behavior. Server may not return the user if it isn't in your contact list.
@levlam Thanks. you mean it may vary from devices or phone numbers? because as I said it works and returns data on my local machine..
It definitely can.