mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add missing docstring arguments
This commit is contained in:
parent
31f41fae18
commit
ab11c9e347
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ class GetChat(BaseClient):
|
|||
"""Use this method to get up to date information about the chat (current name of the user for
|
||||
one-on-one conversations, current username of a user, group or channel, etc.)
|
||||
|
||||
Args:
|
||||
chat_id (``int`` | ``str``):
|
||||
Unique identifier (int) or username (str) of the target chat.
|
||||
For a private channel/supergroup you can use its *t.me/joinchat/* link.
|
||||
|
||||
Returns:
|
||||
On success, a :obj:`Chat <pyrogram.Chat>` object is returned.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue