I want the pyrogram track library to be able to filter more than 1 channel @app.on_message(filters.chat("test channel"))
I tried @app.on_message(filters.chat(chats=Chats)) but it didn't work..
Chats = '@test', '@test', '@test'
@app.on_message(filters.chat(chats=Chats))