|
13 | 13 | * It has no inner classes, functions or public members. |
14 | 14 | */ |
15 | 15 | public class TdApi { |
16 | | - private static final String GIT_COMMIT_HASH = "c85b20a41a9d2d18abf340bed98daa3079641643"; |
| 16 | + private static final String GIT_COMMIT_HASH = "53acb2b5343511432db5aa2091937c3d294c7faa"; |
17 | 17 |
|
18 | 18 | private TdApi() { |
19 | 19 | } |
@@ -75731,23 +75731,23 @@ public static class User extends Object { |
75731 | 75731 | */ |
75732 | 75732 | @Nullable public ProfilePhoto profilePhoto; |
75733 | 75733 | /** |
75734 | | - * Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. For Telegram Premium users only. |
| 75734 | + * Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. |
75735 | 75735 | */ |
75736 | 75736 | public int accentColorId; |
75737 | 75737 | /** |
75738 | | - * Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. For Telegram Premium users only. |
| 75738 | + * Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. |
75739 | 75739 | */ |
75740 | 75740 | public long backgroundCustomEmojiId; |
75741 | 75741 | /** |
75742 | | - * Identifier of the accent color for the user's profile; -1 if none. For Telegram Premium users only. |
| 75742 | + * Identifier of the accent color for the user's profile; -1 if none. |
75743 | 75743 | */ |
75744 | 75744 | public int profileAccentColorId; |
75745 | 75745 | /** |
75746 | | - * Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. For Telegram Premium users only. |
| 75746 | + * Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. |
75747 | 75747 | */ |
75748 | 75748 | public long profileBackgroundCustomEmojiId; |
75749 | 75749 | /** |
75750 | | - * Emoji status to be shown instead of the default Telegram Premium badge; may be null. For Telegram Premium users only. |
| 75750 | + * Emoji status to be shown instead of the default Telegram Premium badge; may be null. |
75751 | 75751 | */ |
75752 | 75752 | @Nullable public EmojiStatus emojiStatus; |
75753 | 75753 | /** |
@@ -75831,11 +75831,11 @@ public User() { |
75831 | 75831 | * @param phoneNumber Phone number of the user. |
75832 | 75832 | * @param status Current online status of the user. |
75833 | 75833 | * @param profilePhoto Profile photo of the user; may be null. |
75834 | | - * @param accentColorId Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. For Telegram Premium users only. |
75835 | | - * @param backgroundCustomEmojiId Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. For Telegram Premium users only. |
75836 | | - * @param profileAccentColorId Identifier of the accent color for the user's profile; -1 if none. For Telegram Premium users only. |
75837 | | - * @param profileBackgroundCustomEmojiId Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. For Telegram Premium users only. |
75838 | | - * @param emojiStatus Emoji status to be shown instead of the default Telegram Premium badge; may be null. For Telegram Premium users only. |
| 75834 | + * @param accentColorId Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. |
| 75835 | + * @param backgroundCustomEmojiId Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. |
| 75836 | + * @param profileAccentColorId Identifier of the accent color for the user's profile; -1 if none. |
| 75837 | + * @param profileBackgroundCustomEmojiId Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. |
| 75838 | + * @param emojiStatus Emoji status to be shown instead of the default Telegram Premium badge; may be null. |
75839 | 75839 | * @param isContact The user is a contact of the current user. |
75840 | 75840 | * @param isMutualContact The user is a contact of the current user and the current user is a contact of the user. |
75841 | 75841 | * @param isCloseFriend The user is a close friend of the current user; implies that the user is a contact. |
|
0 commit comments