mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Improve type hinting for join_chat method (#957)
This commit is contained in:
parent
cb3d389b9d
commit
acc2c72d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue