yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.45k stars 1.53k forks source link

I have a bot that prints a welcome message for newcomers to the group. All members can see this message, is there a way to see only the new member #891

Closed kaganecee closed 3 years ago

kaganecee commented 3 years ago

I have a bot that prints a welcome message for newcomers to the group. All members can see this message, is there a way to see only the new member?

kamikazechaser commented 3 years ago

No, you need a userbot for that. Bots can't talk to users who don't start it.