M
M
McVoVaN2020-08-23 17:59:33
Python
McVoVaN, 2020-08-23 17:59:33

How to delete all messages in the chat so that only the admin can? TeleBot Python library?

How to delete all messages in the chat so that only the admin can? TeleBot Python library?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
UberPool, 2020-08-23
@McVoVaN

Check by id

if message.from_user.id == 56793: #замени на свой id 
   #делаешь что-то
else:
    bot.send_message(message.chat.id,'Вы не администратор!')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question