SetUserPersonalProfilePhoto constructor
const
SetUserPersonalProfilePhoto({
- required int userId,
- InputChatPhoto? photo,
Changes a personal profile photo of a contact user
Implementation
const SetUserPersonalProfilePhoto({
required this.userId,
this.photo,
});