Dmitry Ghraz
Dmitry Ghraz

Reputation: 85

Send new message for all bot users

I'm trying to understand telegram api (with node js) and now got this question. Is it really to create "form" and send custom message for all who using this bot? I.e. without restarting bot send message :)

Upvotes: 0

Views: 1026

Answers (1)

vZ10
vZ10

Reputation: 2676

The only way is:

You need to store all the users IDs somewhere. And after that you can sendMessage to all that IDs one by one.

Upvotes: 2

Related Questions