mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 21:38:04 +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.
|
IETF language tag of the user's language.
|
||||||
|
|
||||||
phone_number (``str``, *optional*):
|
phone_number (``str``, *optional*):
|
||||||
User's or bot's phone number.
|
User's phone number.
|
||||||
|
|
||||||
photo (:obj:`ChatPhoto <pyrogram.ChatPhoto>`, *optional*):
|
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
|
ID = 0xb0700001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user