T
T
Taras Serevann2018-05-08 14:56:05
Node.js
Taras Serevann, 2018-05-08 14:56:05

What is the library/package for mass sending messages to bot users in Telegram?

There is a bot that is used by about 10,000 users and you need to send a certain message to all of them. There is a database of chat id users.
On the Internet, I saw somewhere it seems like a ready-made solution or an article on this topic, but now I can’t find it. What are ready-made solutions? It is desirable to need a package for node.js.
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Romanov, 2018-05-08
@Djaler

for(user_id in user_ids) {
    bot.send_message("message", user_id)
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question