How to add a bot to a Telegram Group?

前端 未结 3 960
时光说笑
时光说笑 2020-12-13 04:09

I\'ve been trying to add a bot to my Telegram group in Android Device but I am not able to do so. I tried @bot_name, /bot_name, but it doesn\'t work.

Is it possible t

3条回答
  •  庸人自扰
    2020-12-13 04:42

    You have to use @BotFather, send it command: /setjoingroups There will be dialog like this:

    YOU: /setjoingroups

    BotFather: Choose a bot to change group membership settings.

    YOU: @YourBot

    BotFather: 'Enable' - bot can be added to groups. 'Disable' - block group invitations, the bot can't be added to groups. Current status is: DISABLED

    YOU: Enable

    BotFather: Success! The new status is: ENABLED.

    After this you will see button "Add to Group" in your bot's profile.

提交回复
热议问题