mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +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…
Reference in New Issue
Block a user