franciscod / telegram-twitter-forwarder-bot

A Telegram bot that forwards Tweets
GNU Lesser General Public License v3.0
317 stars 116 forks source link

How to add the bot to a telegram channel #63

Open m11ad opened 3 years ago

m11ad commented 3 years ago

I successfully added the bot to a group because there was an option for it. But I don't see any option for a channel? How can I add the bot to a channel?

Adem1987 commented 3 years ago

You have to manually edit your database.

Am 31.05.2021 um 16:59 schrieb Milad @.***>:

 I successfully added the bot to a group because there was an option for it. But I don't see any option for a channel? How can I add the bot to a channel?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

m11ad commented 3 years ago

You have to manually edit your database.

would you elaborate?

Adem1987 commented 3 years ago

I didn’t tested it, but try this:

Change the ids, if you want to change anything and then add the channel Id again.

Am 31.05.2021 um 18:45 schrieb Milad @.***>:

 You have to manually edit your database. … Am 31.05.2021 um 16:59 schrieb Milad @.***>:  I successfully added the bot to a group because there was an option for it. But I don't see any option for a channel? How can I add the bot to a channel? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

can you elaborate?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

franciscod commented 3 years ago

There's no option in the code. Changing the DB manually as @Adem1987 explains is a way to do this. I'd accept a PR that allows to do this "in-band" via telegram, interacting with the bot :)