MarshalX / tgcalls

Voice chats, private incoming and outgoing calls in Telegram for Developers
https://t.me/tgcallslib
GNU Lesser General Public License v3.0
514 stars 91 forks source link

implement GetGroupParticipants #184

Open micodev opened 2 years ago

micodev commented 2 years ago

This library is awesome I hope that it have a function to get already joined members example that I use : app.invoke(pyrogram.raw.functions.phone.GetGroupParticipants(call=group_call.full_chat.call,ids=[],sources=[],offset='',limit=100))

micodev commented 2 years ago

app is a pyrogram client