SetProfilePhoto constructor
const
SetProfilePhoto({
- required InputChatPhoto photo,
Changes a profile photo for the current user
Implementation
const SetProfilePhoto({
required this.photo,
});