P
P
Python Newbie2022-03-15 10:36:54
Python
Python Newbie, 2022-03-15 10:36:54

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


I am a member of the group where I want to forward the message and even am the admin there. How to fix it?

c = await app.resolve_peer(int(chat))
await message.forward(c.chat_id)

This code doesn't work either.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question