SetProfilePhoto constructor
SetProfilePhoto({
- InputChatPhoto? photo,
- required bool isPublic,
Implementation
SetProfilePhoto({this.photo, required this.isPublic});
SetProfilePhoto({this.photo, required this.isPublic});