skip to Main Content

I am facing an issue with my Telegram bot, which has been working perfectly for almost a year now. As of this morning, whenever I try to send a photo through the bot, I am encountering the following error:

Bad Request: not enough rights to send photos to the chat

I would like to emphasize that I have not made any changes to the bot’s code or settings recently. It was working fine until yesterday. I am not sure what could be causing this issue all of a sudden.

Has anyone else experienced this issue before? Any guidance on how to resolve this error would be greatly appreciated. I am stuck and do not know what to do to fix this problem.

Thank you in advance for your help!

The bot is supposed to send photos to a specific chat, and it has the necessary permissions to do so (or at least, it used to have). I have checked the bot’s settings in Telegram, and everything seems to be in order.

6

Answers


  1. My robot also stopped working, does anyone know what’s going on?

    Login or Signup to reply.
  2. Same problem since 31 October 2023
    Full API response

    {
      "ok":false,
      "error_code":400,
      "description":"Bad Request: not enough rights to send photos to the chat"
    }
    
    Login or Signup to reply.
  3. Similar problems began this morning. I use pyTelegramBotAPI

    UPD: Seems like Telegram Bot API is having trouble, potentially due to an upcoming update, and responds with a "not enough rights" error to many API calls.

    Be assured this is temporary. Your bots should be back in operation once they fix the issue.

    https://t.me/TelegrafJSChat/124313

    enter image description here

    Login or Signup to reply.
  4. According to this discussion it’s a widespread server-side problem and has nothing to do with your bot config. I’m afraid, all we can do is wait for it to be fixed.

    Login or Signup to reply.
  5. me too. my bot can’t send any message to my channels, but groups can do.why?

    Login or Signup to reply.
  6. It also happens to me in Python.

    Yesterday it was working well, but it seems on 31 October 2023 the issue has begun.

    It is not related with your code, but something in Telegram side. Let’s hope they fix it quickly

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search