How Use Telegram API in C# With SharpTelegram
i use this https://github.com/Everbytes/SharpTL
seed message to phone number have telegram in c#
i need sample use of this lib tanx
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
3
Answers
You might want to take a look at this C# telegram Library instead: https://github.com/sochix/TLSharp
Also you might want to get started on learning their API and building your own library from scratch.
Here are some notes to get you started: https://stackoverflow.com/a/32809138/44080
Cheers
With C# telegram Library at https://github.com/sochix/TLSharp
TLSharpTests.cs contains examples:
There is now WTelegramClient, using the latest Telegram Client API protocol (connecting as a user, not bot).
The library is very complete but also very easy to use. Follow the README on GitHub for an easy introduction.
To send a message to someone can be as simple as: