G
G
goga_x2018-06-11 01:29:29
PHP
goga_x, 2018-06-11 01:29:29

How to implement mailing to all users of the Telegram bot (PHP)?

For example, I have 10 thousand. a person in the bot, how to implement a mailing list for all users?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
abdujabbor1987, 2018-06-11
@goga_x

You can just do it in a loop, you can also make a mailout and run processes in parallel, but don't forget about the request limit:
https://core.telegram.org/bots/faq#my-bot-is-hitti...
You can't send more than 30 requests per second

U
Uno, 2018-06-11
@Noizefan

In the loop, send a message to each user of the bot - that's the whole mailing list!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question