How to add a bot to a Telegram Group?

前端 未结 3 950
时光说笑
时光说笑 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.

    0 讨论(0)
  • 2020-12-13 04:45

    Edit: now there is yet an easier way to do this - when creating your group, just mention the full bot name (eg. @UniversalAgent1Bot) and it will list it as you type. Then you can just tap on it to add it.

    Old answer:

    1. Create a new group from the menu. Don't add any bots yet
    2. Find the bot (for instance you can go to Contacts and search for it)
    3. Tap to open
    4. Tap the bot name on the top bar. Your page becomes like this: Telegram bot settings
    5. Now, tap the triple ... and you will get the Add to Group button: Adding the bot
    6. Now select your group and add the bot - and confirm the addition
    0 讨论(0)
  • 2020-12-13 04:51

    Another way :

    change BOT_USER_NAME before use

    https://telegram.me/BOT_USER_NAME?startgroup=true
    
    0 讨论(0)
提交回复
热议问题