Add short description
This commit is contained in:
parent
aad72ed9b2
commit
184fb563aa
@ -21,6 +21,10 @@ import time
|
||||
from pyrogram import Client
|
||||
from pyrogram.api.errors import FloodWait
|
||||
|
||||
"""This example shows you how to get the first 10.000 members of a chat.
|
||||
Refer to get_chat_members2.py for more than 10.000 members.
|
||||
"""
|
||||
|
||||
app = Client("my_account")
|
||||
|
||||
target = "pyrogramchat" # Target channel/supergroup
|
||||
|
Loading…
Reference in New Issue
Block a user