Answer the question
In order to leave comments, you need to log in
How to get rid of pyrogram.errors.exceptions.bad_request_400.PeerIdInvalid?
await app.get_chat(chat)
- does not give an error, but
await message.forward(chat)
- gives an error
pyrogram.errors.exceptions.bad_request_400.PeerIdInvalid: [400 PEER_ID_INVALID]: The peer id being used is invalid or not known yet. Make sure you meet the peer before interacting with it
c = await app.resolve_peer(int(chat))
await message.forward(c.chat_id)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question