SmartbotPro
  • Smartbot Pro – messenger marketing tool
  • Most important
  • Mini-course
    • Registration and personal account
    • Initial scripting tools
    • Creating the first script
    • Users and collection of information
    • Applications, variables and managers
    • Data validation
    • Collection of applications for a webinar within Telegram
    • Testing unpublished scripts
    • Newsletters
    • Template "Test with a set of points"
    • Statistics
    • Interface hacks
  • Beginning of work
    • Registration in the service
    • More about scripts
    • How to add messenger
      • Adding Telegram
        • Adding a bot to a group chat in Telegram
      • Adding ВК
      • Adding Viber
      • Connecting a channel to a script
      • Linking a social network account
  • Scripts
    • Basics
      • Create a script
      • Script templates
      • Editor interface
      • Publishing a script
      • Script testing
      • How the script is chosen
    • Script events
      • Message from user
      • No appropriate script
      • First message
      • VK Events
      • Webhook
    • Actions
      • Send a message
        • Buttons
      • Process message
      • Extract data
      • Change context
      • Write to statistics
      • Send Notification
      • Switching to another script
      • Working with the user
      • Set variable
      • Scheduled transitions
      • Run SmartQuery
    • Conditions
      • Condition
      • Condition with options
      • Conditions of VKontakte
    • Variables
      • Special Variables
      • User variables
      • Global variables
      • Variable %ref%
    • Acceptance of payment
    • Telegram bot menu
    • Integrations
      • Google-таблицы
      • http request
      • amoCRM
      • Get Course
      • Yukassa for receiving payments
    • Reactions
  • Newsletters
  • Settings
    • Projects
    • Cabinets
  • Information sections
    • Statistics
    • Users
  • SmartQuery
    • Introduction
    • Language syntax
    • Function Reference
  • The documents
    • Privacy Policy
    • Terms of service
    • Subscription and rates
Powered by GitBook
On this page
  1. Beginning of work
  2. How to add messenger
  3. Adding Telegram

Adding a bot to a group chat in Telegram

PreviousAdding TelegramNextAdding ВК

Last updated 2 years ago

In order to add a bot to a group chat, you need to:

  1. Make sure the bot can be added to group chats. To do this, go to BotFather and select your bot settings: Bot Settings -> Allow groups?

2. Check the status of the “Privacy mode” setting. Pay attention to the setting “Privacy Mode” (Group Privacy).

By default, privacy mode is enabled, and the bot in a conversation will only respond to certain messages:

  • Messages starting with '/'

  • Bot's own messages

  • Service messages (people added or removed from the group, etc.)

  • Messages from the channels he belongs to

If you want the bot to respond to all messages, turn off the privacy mode: in the “Privacy mode is enabled” state, click the “Turn off” button.

3. The bot must be an admin in the group chat. There are two options here:

  • Add a member and elevate their privileges:

  • Immediately make the admin (the minus of this option is that if the group is non-public, the bot will not appear in the search).

Excellent! Your bot is now working in a group chat!

You can read more about this feature .

here