wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
996 stars 164 forks source link

Got banned because of using this lib #179

Closed PsiHamster closed 1 year ago

PsiHamster commented 1 year ago

I have a bot that uses WTelegramClient (It was 3.4.2 version) just to monitor new messages and reactions on it in single chat. Since bot.api doesn't have methods to interact with reactions I used a separete account to collect reactions list from latest messages in chat with my friends. (I handle OnUpdate method and if there is any reaction I put this messageId in list and then asks every 30 seconds GetMessagesRections as any app do) It worked good for last 8 month. But today my account was removed (I thought it because I did not login to it with my phone for a year) and when I created new acc and started bot to fetch messages I got ban on my phone number. No one did report this acc and this acc didn't send any messages.

Does someone got banned too? I don't think that bot that just sits silently in single chat violates any TOS or rules and don't differs from any normal application.

wiz0u commented 1 year ago

Sorry but this is not a discussion forum. There is no issue with the library.

Make sure you follow Telegram ToS or the API ToS See this FAQ to prevent getting banned and also this FAQ if you think you've been restricted.

The documentation linked above is all we know about Telegram banning accounts. Most people are using this library without any problems. WTelegramClient is a library developed independently from Telegram teams, so we don't have more insight and can't help you further in case of a ban.