Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Well, you need to store a database of chats with a bot and send iteratively to each)
query = Users.select()
for user in query:
bot.send_message(chat_id=user.user_id, text='Some text')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question