SetUserPersonalProfilePhoto constructor
SetUserPersonalProfilePhoto({
- required int userId,
- InputChatPhoto? photo,
Implementation
SetUserPersonalProfilePhoto({required this.userId, this.photo});