SetProfilePhoto constructor

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

Implementation

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