How to use Telegram API in C# for send message
-
I want use Telegram API in C# for send a simple message to a number, i found some lib's on GitHub but all is fail can anyone give a simple code ? Can I use from HttpRequest ? thank you
-
Answer:
I've wrote a client library for accessing Telegram bot's API and its source code is available in the github. You can browse to the Telebot.cs file to see a sample of how to send a message to the bot API. Github URL: https://github.com/mrtaikandi/Telebot Nuget URL: https://nuget.org/packages/Telebot
Hadi Delphi at Stack Overflow Visit the source
Other answers
Just look and learn how to make a POST HTTP request with your favorite language. Then learn how to use Telegram Bot API with the documentation: https://core.telegram.org/bots https://core.telegram.org/bots/api
mirko
Related Q & A:
- How should I use Youtube API?Best solution by Stack Overflow
- How To Use the Graph API to Upload Photos to a user’s profile?Best solution by Stack Overflow
- How to Use Google Calendar API?Best solution by Stack Overflow
- How to use GUI in c language?Which is best GUI for c?Best solution by Quora
- How to call a GOOGLE API in C#?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.