API Layer 179.3: UpdateBroadcastRevenueTransactions

This commit is contained in:
Wizou 2024-05-07 15:24:28 +02:00
parent 7d388e6e75
commit 37b8f6c054
3 changed files with 9 additions and 2 deletions

View file

@ -5,7 +5,7 @@
## *_Telegram Client API library written 100% in C# and .NET_*
This library allows you to connect to Telegram and control a user programmatically (or a bot, but [Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot) is much easier for that).
This library allows you to connect to Telegram and control a user programmatically (or a bot, but [WTelegramBot](https://www.nuget.org/packages/WTelegramBot) is much easier for that).
All the Telegram Client APIs (MTProto) are supported so you can do everything the user could do with a full Telegram GUI client.
This ReadMe is a **quick but important tutorial** to learn the fundamentals about this library. Please read it all.