У
Size: a a a
У
MM
MM
MM
MM
MM
s
КА
len([user.id async for user in client.iter_participants("KeyZenD")])
200
КА
КА
S
_list = []
chat = "@KeyZenD"
async for users in client.iter_participants(chat):
_list.append(users)
print(users)
MV
_list = []
chat = "@KeyZenD"
async for users in client.iter_participants(chat):
_list.append(users)
print(users)
_list = []
chat = "KeyZenD"
async for users in client.iter_participants(chat):
_list.append(users)
_list
telethon.errors.rpcerrorlist.ChatAdminRequiredError: Chat admin privileges are required to do that in the specified chat (for example, to send a message in a channel which is not yours), or invalid permissions used for the channel or group (caused by GetParticipantsRequest)
MV
S
S
S
КА
_list = []
chat = "KeyZenD"
async for users in client.iter_participants(chat):
_list.append(users)
len(_list)
200