mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Update Object.bind docstring
This commit is contained in:
parent
c2333c0575
commit
20c6b959d5
@ -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…
x
Reference in New Issue
Block a user