How to join my Telegram Bot to PUBLIC channel

前端 未结 3 1939
粉色の甜心
粉色の甜心 2021-02-14 05:13

My question is: how to join my telegram bot to a telegram public channel that I am not administrator of it, and without asking the channel\'s admin to add my bot to the channel

3条回答
  •  醉话见心
    2021-02-14 05:44

    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.

提交回复
热议问题