1
votes

I have a group on telegram and I want to welcome everybody who joins that group by a message. For that I have created a Bot and added it to my group. Is there any way I can make bot respond to new joining of group.

I have added a description welcome message to Bot but that only shows up when I go to personally chat the bot.

2

2 Answers

1
votes

You will receive new_chat_members instead of text in message update.

And you can send welcome when received that :)

-2
votes

you can use the Welcome bot for Telegram

Here is the GitHub repo for that Welcome Bot