M
M
masktem2020-06-08 22:14:09
Python
masktem, 2020-06-08 22:14:09

How to make a telegram bot for delayed publications?

Good afternoon!
It is necessary to make a bot in telegrams for delayed sending messages to the channel.
Tell me what is better to implement (I assume python), which commands / functions to use, which libraries to use.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Shavukhin, 2020-06-09
@x3ron

It's better to use manybots bot constructor in telegram or use timers

R
robprane, 2020-06-09
@robprane

I wrote myself such a bot in js. The language isn't really important, and the libraries aren't even really needed.
You simply receive messages in the bot, process each one separately according to its type, and then send it to the channel using a timer or in any other way you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question