SetUserPersonalProfilePhoto constructor

const SetUserPersonalProfilePhoto({
  1. required int userId,
  2. InputChatPhoto? photo,
})

Changes a personal profile photo of a contact user

Implementation

const SetUserPersonalProfilePhoto({
  required this.userId,
  this.photo,
});