Telegram.Net icon indicating copy to clipboard operation
Telegram.Net copied to clipboard

Telegram (http://telegram.org) client library implemented in C#.

Results 5 Telegram.Net issues
Sort by recently updated
recently updated
newest added

Anyone know how to get message from a private channel by chat id ?

Is there any way to send a photo with caption ?

Hello! When I try to send media message I receive this error. I send it with such way. ``` Program.TgApi.SendMediaMessage(new InputPeerForeignConstructor(user.id,user.accessHash), new InputMediaUploadedThumbVideoConstructor(fl, thumb, VideoInfo.Duration / 1000, VideoInfo.BestVideoStream.Width, VideoInfo.BestVideoStream.Height)) ```...

This is my Code. On first run everything worked correctly. But when the program is closed and reopened again than UpdateHandler not get called anymore. client.IsUserAuthorized() gives true. When i...

I try your library and it is awesome. It's more stable than other telegram libraries. The features like auto reconnect is very helpful. I have no idea about sending rpc...