'telegram api for USER rather than BOT

So I heard you can create USER bots on TG, as in BOT-like bots but in USER accounts rather than BOT accounts.

I've been searching for ages, cannot find any libs related to MTProto with good documentation on how one actually goes about doing this.

I found the question: How do I use Telegram API without a bot?

however its for another language.

Please let me know if this is still possible, and if so, what libraries are useful for this - libraries that have docs preferably.



Solution 1:[1]

If people come here searching for a .NET library that gives access to Telegram Client APIs (to control a User rather than a Bot), I would recommend the WTelegramClient library.

It is open-source, very well documented (lots of examples) and available on Nuget of course.

It is much easier to use for automation than TDLib and cover the full Client API method list, instead of the complex GUI-oriented TD API.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Wizou