Nima
Nima

Reputation: 1025

How to join my Telegram bot to a public channel

How to join my Telegram bot to a Telegram public channel where I am not administrator, and without asking the channel's admin to add my bot to the channel?

Maybe, the chatId of channel or thru link of channel?

I have heard that some people claim to do this join their bot to channels, and scrape data. So if Telegram does not allow it, how can they do it? Can you think of any workaround?

Upvotes: 22

Views: 37382

Answers (5)

OrigeNe
OrigeNe

Reputation: 1

As of 23rd Sept 2024:

Click on your bot and open a chat. Top bar, Click on your Bot name. You will now see Username, Bot Settings & Add to Group or Channel Follow the instructions on screen... Quite clear cut... It took me awhile to figure out as I tried adding my bot from the channel itself but couldn't Couldn't search my bot at all to add...

Good Luck! Hope it helps.

Upvotes: -1

Amin Kadkhodaee
Amin Kadkhodaee

Reputation: 51

You can only add bots to channels you are an admin in them and bots can only be added as admins. for this go to Manager Channel, click on Administrators / Add Administrator then search for the bot you want to add to your channel.

Upvotes: 3

Dmitry G.
Dmitry G.

Reputation: 71

Another way of "scraping the data" from several channels would be to listen to these channels with a Junction Bot aka Channels, Multi Feed Edge Bot, or alike. You just need to go to the channel info and share the link of the desired channel with the Junction Bot to automate the process of receiving new messages from the(se) channel(s). There are also other quite advanced ways described in their FAQ.

Multi Feed Edge Bot also seems to work O'kay, however, you need to follow these steps to add the redirection:

/add @TelespaceNews https://t.me/joinchat/AAAAAFIaTHjZp8ltykgwEQ

Upvotes: 7

Mohamed Sohail
Mohamed Sohail

Reputation: 1867

Answer to your edited question.

It was possible to add a bot to a group/channel with just an invite link. This was achieved by allowing a bot to access the mtproto methods like messages.importChatInvite for private links and channels.joinChannel. However telegram patched this. However, you can still do this with normal user accounts! Since you are using python you can give this a shot. I can confirm the methods still work on Madeline Proto.

Upvotes: 16

ManzoorWani
ManzoorWani

Reputation: 1086

Till today, only the Channel Creator can add a bot (as Administrator or Member) to the Channel, whether public or private. Even the other Channel Administrators cannot add a normal member leave alone adding a bot, rather they can only post into the channel. As far as joining the bot via the invite link, there is yet no such method in Bot API to do so. All such claims of adding the bot to a channel by non Creator are false.

Upvotes: 12

Related Questions