mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Rename Entity type hint
This commit is contained in:
@@ -10,10 +10,10 @@ if typing.TYPE_CHECKING:
|
||||
|
||||
async def inline_query(
|
||||
self: 'TelegramClient',
|
||||
bot: 'hints.EntityLike',
|
||||
bot: 'hints.DialogLike',
|
||||
query: str,
|
||||
*,
|
||||
dialog: 'hints.EntityLike' = None,
|
||||
dialog: 'hints.DialogLike' = None,
|
||||
offset: str = None,
|
||||
geo_point: '_tl.GeoPoint' = None) -> _custom.InlineResults:
|
||||
bot = await self.get_input_entity(bot)
|
||||
|
Reference in New Issue
Block a user