YR
Size: a a a
YR
YR
YR
s
async for user in client.iter_participants(chat):
if user.username:
yield user.username
YR
s
for user in await client.get_participants(chat):
if user.username:
print(user.username)
s
s
async for user in client.iter_participants(chat):
if user.username:
yield user.username
s
YR
YR
YR
s
YR
s
s
s
YR
s
YR