Somebody please help me

(WeXgEn ) #1

I have question…
I create bot for telegram, but I can’t use this bot in groups of telegram, why? What must I do?

(Daniel Beckett) #2

Hi @Wex

You can add a bot to your group just like any other Telegram member by searching for them using @the_bot’s_name or by using the share link from your bot setup.

For a bot to respond in a group a new message trigger needs to be used rather than a catch-all.

Your Bot needs also needs to be configured with the following options using BotFather:

Set Privacy - Disabled
Set Inline
Set Join Groups - Enable

(WeXgEn ) #3

Thanks, i have done all things what are you write me,
But my bot doesn’t work in group

(Daniel Beckett) #4

Just to confirm, is it a group or a channel that you’re trying to add the bot to?

Also, on the new message trigger do you have the ‘Overhear’ option enabled?