SetProfilePhoto constructor

const SetProfilePhoto({
  1. required InputChatPhoto photo,
  2. required bool isPublic,
})

Changes a profile photo for the current user

Implementation

const SetProfilePhoto({
  required this.photo,
  required this.isPublic,
});