skip to Main Content

I am trying to send message to my private channel using bot API, but getting this error:

{
  'ok': False,
  'error_code': 400,
  'description': 'Bad Request: not enough rights to send text messages to the chat'
}

This error is happening recently only, this used to work till yesterday. My bot is already admin to this channel and has access to all messages.
This is not happening in private chats or supergroups.

8

Answers


  1. i’ve faced this issue too. yesterday for a while and today constantly

    Login or Signup to reply.
  2. Also experiencing the same issue.

    Login or Signup to reply.
  3. Same for about 7.5 hours now. Just without reason. Ive tried to readd bot to the chat – nothing helps

    Login or Signup to reply.
  4. Same here.
    Suddenly stopped working.

    Login or Signup to reply.
  5. Same issue till yesterday all was fine but today it is not working.

    Login or Signup to reply.
  6. is telegram changing their API T&C?

    Login or Signup to reply.
  7. Same issue here, receiving

    {"ok":false,"error_code":400,"description":"Bad Request: not enough rights to send text messages to the chat"}
    

    nothing changed from my code, started approx. 8 hours ago.

    Maybe we can report somewhere all of us and they will handle it quickly? any idea?

    I reported to https://telegram.org/support – maybe we have to contact them all of us, that can speed things from their side including a link to this post here.

    Login or Signup to reply.
  8. The only possible solution right now is to run an older version of Telegram Bot API yourself.

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