mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Set / suggest / reset a contact personal photo.
This commit is contained in:
@@ -56,6 +56,7 @@ enum class UserDataFlag {
|
||||
Premium = (1 << 14),
|
||||
CanReceiveGifts = (1 << 15),
|
||||
VoiceMessagesForbidden = (1 << 16),
|
||||
PersonalPhoto = (1 << 17),
|
||||
};
|
||||
inline constexpr bool is_flag_type(UserDataFlag) { return true; };
|
||||
using UserDataFlags = base::flags<UserDataFlag>;
|
||||
|
Reference in New Issue
Block a user