mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-27 20:37:54 +00:00
Reword get_user_dc docstrings
This commit is contained in:
parent
1ce749a562
commit
93082ce894
@ -24,7 +24,7 @@ from ...ext import BaseClient
|
|||||||
|
|
||||||
class GetUserDC(BaseClient):
|
class GetUserDC(BaseClient):
|
||||||
def get_user_dc(self, user_id: Union[int, str]) -> Union[int, None]:
|
def get_user_dc(self, user_id: Union[int, str]) -> Union[int, None]:
|
||||||
"""Get the assigned data center (DC) of a user.
|
"""Get the assigned DC (data center) of a user.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user