I made a simple Telegram Bottom:
import telebotron @bot.message_handler (] ) def repeat_all_messages ( message ): if (message.text.split () [ 0 ]. Upper () == 'bot,' ): Bot.Send_Message (Message.chat. id , 'i \' m here ') everything works fine, but when I add it to the group chat, it is silent. Tell me how to make it adapted to group chats?
question@mail.ru
·