mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-26 20:07:27 +00:00
Improve type hinting for join_chat method (#957)
This commit is contained in:
parent
cb3d389b9d
commit
acc2c72d6d
@ -27,7 +27,7 @@ class JoinChat(Scaffold):
|
||||
async def join_chat(
|
||||
self,
|
||||
chat_id: Union[int, str]
|
||||
):
|
||||
) -> "types.Chat":
|
||||
"""Join a group chat or channel.
|
||||
|
||||
Parameters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user