mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +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):
|
||||
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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user