SetProfilePhoto constructor
SetProfilePhoto({
- String? extra,
- int? client_id,
- InputChatPhoto? photo,
- Bool? is_public,
Implementation
SetProfilePhoto({
super.extra,
super.client_id,
this.photo,
this.is_public,
});