mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 04:30:22 +03:00
Add TypeInputUser to the EntityLike hint.
This commit is contained in:
parent
2e1be01ad4
commit
737c1dfd8b
|
@ -16,8 +16,9 @@ EntityLike = typing.Union[
|
|||
PeerID,
|
||||
types.TypePeer,
|
||||
types.TypeInputPeer,
|
||||
types.TypeInputUser,
|
||||
Entity,
|
||||
FullEntity
|
||||
FullEntity,
|
||||
]
|
||||
EntitiesLike = typing.Union[EntityLike, typing.Sequence[EntityLike]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user