mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Return helpers.TotalList instances on client.get_ methods
This commit is contained in:
@@ -38,7 +38,7 @@ class BotMethods(UserMethods):
|
||||
geo_point=geo_point
|
||||
))
|
||||
|
||||
# TODO Custom InlineResults(UserList) class with more information
|
||||
# TODO Custom InlineResults(list) class with more information
|
||||
return [
|
||||
custom.InlineResult(self, x, query_id=result.query_id)
|
||||
for x in result.results
|
||||
|
Reference in New Issue
Block a user