mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Update Object.bind docstring
This commit is contained in:
parent
c2333c0575
commit
20c6b959d5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Object:
|
||||||
self._client = client
|
self._client = client
|
||||||
|
|
||||||
def bind(self, client: "pyrogram.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:
|
Parameters:
|
||||||
client (:obj:`~pyrogram.types.Client`):
|
client (:obj:`~pyrogram.types.Client`):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue