Closed q00Dree closed 2 years ago
чет найти никак не могу как подписывать бота к чужому каналу, это вообще реально ? https://github.com/TelegramBots/Telegram.Bot
вот еще нашел ответ, боты не могут подписываться на каналы https://qna.habr.com/q/456621
Hm, looks like our main task is impossible. We should find another way how we can aggregate news...
Look at description of this repository https://github.com/parotikov/telegregator. This guy seeked the same goal.
We need real telephone number and register new user - bot. You should research in this way.
Maybe this one https://github.com/sochix/TLSharp
Or this one https://github.com/wiz0u/WTelegramClient
Looks like it's what we want
это же клиент, а не бот (BotFather)
это же клиент, а не бот (BotFather)
I don't think so, bot is not only BotFather, we can use client to create bot as user. It allows as the ability to subscribe on channels and so on, which are common bot can't do without concrete permissions...
Same for VK API. User API is more useful and have no constrains like admin role in chat and so on, but at the same time it's not a human, it's a bot which uses client api/code and registered as client(human).
Посмотрел эти репозитории, они по ip подключатся к телеграму, +- как мы бота подключали к чату
You should research already implemented Telegram bots and even more bots aggregators on .NET and realize how they subscribes and aggregates messages from multiple channels.
Our bots must can: