mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Update Object.bind docstring
This commit is contained in:
parent
c2333c0575
commit
20c6b959d5
@ -29,7 +29,7 @@ class Object:
|
||||
self._client = client
|
||||
|
||||
def bind(self, client: "pyrogram.Client"):
|
||||
"""Recursively bind a Client instance to this and to all nested Pyrogram objects.
|
||||
"""Bind a Client instance to this and to all nested Pyrogram objects.
|
||||
|
||||
Parameters:
|
||||
client (:obj:`~pyrogram.types.Client`):
|
||||
|
Loading…
Reference in New Issue
Block a user