NK
https://docs.telethon.dev/en/latest/modules/client.html#telethon.client.account.AccountMethods.takeout
Size: a a a
NK
NK
K0
NK
NK
NK
participants = {}
total = client.get_participants('TelethonRussian', limit=0).total
for m in client.iter_messages(group, limit=5000):
people[m.sender.id] = m.sender.first_name
print(len(people)/total)
NK
NK
NK
NK
NK
NK
NK
NK
takeout
быстрее iter_messages
, который быстрее в свою очередь get_messages
NK
NK
NK
s
takeout
быстрее iter_messages
, который быстрее в свою очередь get_messages
NK
NK