mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Add short description
This commit is contained in:
parent
aad72ed9b2
commit
184fb563aa
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ import time
|
||||||
from pyrogram import Client
|
from pyrogram import Client
|
||||||
from pyrogram.api.errors import FloodWait
|
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")
|
app = Client("my_account")
|
||||||
|
|
||||||
target = "pyrogramchat" # Target channel/supergroup
|
target = "pyrogramchat" # Target channel/supergroup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue