mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Return custom.InlineResults instead of a simple list
This commit is contained in:
@@ -38,8 +38,4 @@ class BotMethods(UserMethods):
|
||||
geo_point=geo_point
|
||||
))
|
||||
|
||||
# TODO Custom InlineResults(list) class with more information
|
||||
return [
|
||||
custom.InlineResult(self, x, query_id=result.query_id)
|
||||
for x in result.results
|
||||
]
|
||||
return custom.InlineResults(self, result)
|
||||
|
Reference in New Issue
Block a user