A
A
Auger2015-04-01 13:59:24
Programming
Auger, 2015-04-01 13:59:24

Does anyone have examples of how Telegram works in C#?

I am looking for examples for working with a telegram in C#. I found a library on github ( https://github.com/Taggersoft/SharpTelegram ), but there are no examples for it. Maybe someone used it?
(If there is a working option, then I am ready to pay)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Tikhomirov, 2015-04-02
@Acuna

The Bitcoin address of the author is indicated there, he and otdonette, under one, find out about examples. Somehow I can’t immediately remember the libraries for him, neither under the pluses, nor under the sharp, except for this one.

S
sochix, 2015-07-21
@sochix

There is a very easy to use Notificatio library. Installed via Nuget:
To send a message, write the following:

var client = Notificatio.TelegramClient.NotificatioApi.Initialize("notificatio_api_id");
client.SendMessage("your_phone_number", "your_message");

notificatio_api_id - taken from www.notificatio.me in the Profile section

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question