Skip to content

Commit 6050606

Browse files
committed
Improve td_api::user documentation.
1 parent 66892a6 commit 6050606

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

td/generate/scheme/td_api.tl

+5-5
Original file line numberDiff line numberDiff line change
@@ -1259,11 +1259,11 @@ usernames active_usernames:vector<string> disabled_usernames:vector<string> edit
12591259
//@phone_number Phone number of the user
12601260
//@status Current online status of the user
12611261
//@profile_photo Profile photo of the user; may be null
1262-
//@accent_color_id Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. For Telegram Premium users only
1263-
//@background_custom_emoji_id Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. For Telegram Premium users only
1264-
//@profile_accent_color_id Identifier of the accent color for the user's profile; -1 if none. For Telegram Premium users only
1265-
//@profile_background_custom_emoji_id Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. For Telegram Premium users only
1266-
//@emoji_status Emoji status to be shown instead of the default Telegram Premium badge; may be null. For Telegram Premium users only
1262+
//@accent_color_id Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview
1263+
//@background_custom_emoji_id Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none
1264+
//@profile_accent_color_id Identifier of the accent color for the user's profile; -1 if none
1265+
//@profile_background_custom_emoji_id Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none
1266+
//@emoji_status Emoji status to be shown instead of the default Telegram Premium badge; may be null
12671267
//@is_contact The user is a contact of the current user
12681268
//@is_mutual_contact The user is a contact of the current user and the current user is a contact of the user
12691269
//@is_close_friend The user is a close friend of the current user; implies that the user is a contact

0 commit comments

Comments
 (0)