Allow restricting channels (#3679)

This commit is contained in:
Devesh Pal
2022-01-25 01:39:51 +05:30
committed by GitHub
parent 0eadca670f
commit 7778e54467
3 changed files with 4 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ class InlineQuery(EventBuilder):
Returns a new `InlineBuilder
<telethon.tl.custom.inlinebuilder.InlineBuilder>` instance.
"""
return custom.InlineBuilder(self._client)
return _custom.InlineBuilder(self._client)
async def answer(
self, results=None, cache_time=0, *,