При попытке рассылки вылазит это:
telebot.apihelper.ApiException: A request to the Telegram API was unsuccessful. The server returned HTTP 403 Forbidden. Response body:
[b'{"ok":false,"error_code":403,"description":"Forbidden: user is deactivated"}']
И рассылка не сдвигается с мёртвого места :(
Функа:
def broadcast(chat_id):
while True:
if getBotUsers() != ["ПУСТО"]:
for i in getBotUsers():
bot.send_message(i, text)
sleep(0.1)
bot.send_message(chat_id, "Рассылка была завершена !")
else:
bot.send_message(chat_id, "Пользователи не были обнаружены !")