of a channel.
The only way I found to get the IDs of the users is to call the GetFullChannel method from raw pyrogram.
The problem is that it returns a list of the last 3 users that sent a join request.
Then you have to accept those 3, do the GetFullChannel again and you will have 3 new IDs.
It means that if you have to accept 1000 people, you will have to call GetFullChannel 333 times.
This is ridiculous, do you guys know any other method to do this ?
I am looking for solutions also out of pyrogram.
If you know any method just tell me please.
📘 Pyrogram Docs messages.HideAllChatJoinRequests - Raw Method ID: 0xe085f4ea Schema: Layer 136
this will hide the requests, not approve them
Обсуждают сегодня