How do I send a post request to telegram API from C#?
I have my telegram application with app's api_id and app's api_hash. I used TLSharp library for implementing my own things. But now I need to use this https://core.telegram.org/method/auth.checkPhone telegram api method, but it's not implemented in TLSharp library! I don't…