mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 13:34:59 +03:00
Had to map chr
This commit is contained in:
parent
31d17b23cd
commit
2dc908ebbb
|
@ -93,7 +93,7 @@ class ChatMethods(UserMethods):
|
|||
offset=0,
|
||||
limit=200,
|
||||
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:
|
||||
requests = [functions.channels.GetParticipantsRequest(
|
||||
channel=entity,
|
||||
|
|
Loading…
Reference in New Issue
Block a user