https://github.com/miladsoft/telegramdesktop
Telegram client library implemented in C# -Using TLSharp
https://github.com/miladsoft/telegramdesktop
csharp telegram telegram-api telegram-desktop
Last synced: 4 months ago
JSON representation
Telegram client library implemented in C# -Using TLSharp
- Host: GitHub
- URL: https://github.com/miladsoft/telegramdesktop
- Owner: miladsoft
- Created: 2017-03-14T07:57:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T05:02:45.000Z (over 3 years ago)
- Last Synced: 2025-10-08T00:46:22.689Z (9 months ago)
- Topics: csharp, telegram, telegram-api, telegram-desktop
- Language: C#
- Homepage:
- Size: 1.24 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelegramDesktop
Telegram client library implemented in C# -Using TLSharp
my telegram Id : @miladsoft
🚩🚩🚩 **WARNING** 🚩🚩🚩🚩
## TLSharp LIBRARY IS NO LONGER MAINTAINED
As a workaround you can use -> [TelegramClient](https://github.com/miladsoft/TelegramClient)
TelegramClient is another C#/.NET open-source library for accessing Telegram Client API and is:
- offering up-to-date API (latest layer)
- safer (latest MTProto v2 implementation and many security checks)
- feature-complete (handling of updates, multiple-DC connections)
- easy-to-use (API calls are direct methods with fully documented parameters in VS)
- designed for .NET 5.0+, but also available for .NET Standard 2.0 (.NET Framework 4.6.1+ & .NET Core 2.0+)