1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Telegram bot doesn't work anymore. RuntimeWarning: coroutine 'Bot.send_message' was...

Discussão em 'Python' iniciado por Stack, Outubro 1, 2024 às 07:23.

  1. Stack

    Stack Membro Participativo

    My telegram bot doesn't send messages anymore. I get this error: "RuntimeWarning: coroutine 'Bot.send_message' was never awaited".

    from telegram import Bot

    bot_token = 'xxx'

    chat_id = 'xxx'
    message = 'TEST'

    bot = Bot(token=bot_token)

    bot.send_message(chat_id=chat_id, text=message)

    Continue reading...

Compartilhe esta Página