Answer the question
In order to leave comments, you need to log in
What courses or tutorials are there (in English or Russian does not matter) for writing telegram bots on node.js?
I want to learn how to write telegram bots, tell me the courses that helped you personally
Answer the question
In order to leave comments, you need to log in
любой бот ведет себя по паттерну наблюдатель (observer)
в ноде этот паттерн реаклизован через класс EventEmitter
любой бот это набор событий и реакций на них, цепочки реакций для управления логикой используют замыкания, в которых сохраняется контекст события и методы для ответных действий
более сложное поведение можно моделировать через bpmn процессы и реализовывать эту логику в своем коде
по написанному выше рекомендую погуглить. успехов.
To do this, you just need to be able to read the API documentation. She is public
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question