SetProfilePhoto constructor

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

Changes a profile photo for the current user

Implementation

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