1 parent aad72ed commit 184fb56Copy full SHA for 184fb56
1 file changed
examples/get_chat_members.py
@@ -21,6 +21,10 @@
21
from pyrogram import Client
22
from pyrogram.api.errors import FloodWait
23
24
+"""This example shows you how to get the first 10.000 members of a chat.
25
+Refer to get_chat_members2.py for more than 10.000 members.
26
+"""
27
+
28
app = Client("my_account")
29
30
target = "pyrogramchat" # Target channel/supergroup
0 commit comments