SetUserPersonalProfilePhoto constructor

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

Implementation

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