I receive a message with any new updates but I would like to receive one for a specific channel.
@app.on_message(Filters.chat("mychannel"))
def from_pyrogramchat(client, message):
print("New message in @mychannel")
https://github.com/pyrogram/pyrogram
thanks!