mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix some User weird docstrings
This commit is contained in:
parent
e89d56e058
commit
b6a4dee787
@ -42,10 +42,10 @@ class User(Object):
|
||||
IETF language tag of the user's language.
|
||||
|
||||
phone_number (``str``, *optional*):
|
||||
User's or bot's phone number.
|
||||
User's phone number.
|
||||
|
||||
photo (:obj:`ChatPhoto <pyrogram.ChatPhoto>`, *optional*):
|
||||
User's or bot's current profile photo.
|
||||
User's or bot's current profile photo. Suitable for downloads only.
|
||||
"""
|
||||
|
||||
ID = 0xb0700001
|
||||
|
Loading…
Reference in New Issue
Block a user