mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 21:44:57 +03:00
Had to map chr
This commit is contained in:
parent
31d17b23cd
commit
2dc908ebbb
|
@ -93,7 +93,7 @@ class ChatMethods(UserMethods):
|
||||||
offset=0,
|
offset=0,
|
||||||
limit=200,
|
limit=200,
|
||||||
hash=0
|
hash=0
|
||||||
) for x in (search or range(ord('a'), ord('z') + 1))]
|
) for x in (search or map(chr, range(ord('a'), ord('z') + 1)))]
|
||||||
else:
|
else:
|
||||||
requests = [functions.channels.GetParticipantsRequest(
|
requests = [functions.channels.GetParticipantsRequest(
|
||||||
channel=entity,
|
channel=entity,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user