Rename Entity type hint

This commit is contained in:
Lonami Exo
2022-03-02 12:38:59 +01:00
parent c3cefef37c
commit 68d07beb21
9 changed files with 77 additions and 77 deletions

View File

@@ -138,7 +138,7 @@ class Button:
If no `url` is specified, it will default to `text`.
Args:
bot (`hints.EntityLike`):
bot (`hints.DialogLike`):
The bot that requires this authorization. By default, this
is the bot that is currently logged in (itself), although
you may pass a different input peer.