I'll doI am searching too.
Can you share that with me if u wont mind?i am looking for that, currently, i have a program that scrapes users details from open groups or groups where I am the admin but I need it for any private group
get the chat id:from pyrogram import Client
scrape like this:a = self.Group_ChatID.id
and iterate membersmembers = app.iter_chat_members(chat_id)
for member in members:
try:
user_id = member.user.username
# save it to any txt
except:
pass
sure, i use TexApiCan you share that with me if u wont mind?