Dmitry Vyazin
Dmitry Vyazin
Hello. Are administrator rights granted to the bot?
Without administrator rights, it does not track this event.
Is the group public or private?
Strange. Let's summarize: a bot with administrator rights, a public group, not a supergroup, `new_chat_members` works on your bots, but not on users?
Show a piece of code from the beginning to the `new_chat_members` event handler.
There are no others in the code before this handler (let's say `bot.on('message', ...)`)?
If your `message` handler comes before `new_chat_members`, then try swapping them. That is: ```js const TelegramBot = require('node-telegram-bot-api'); const token = ''; const bot = new TelegramBot(token, { polling: true...
Добрый день, @almaziphone, Как подключаете библиотеку? Какую версию используете? В какой момент отображается ошибка(запуске через npm/ VSCode просто подсвечивает)?
Ответы на остальные два вопроса?
Полноценную версию под TS я ещё не выпускал, пока нет времени. Если есть желание и время, вы можете сами создать форк и сделать полноценную поддержку TS(планирую им отдать версии серии...