SetUserPersonalProfilePhoto constructor
SetUserPersonalProfilePhoto({
- String? extra,
- int? client_id,
- int53? user_id,
- InputChatPhoto? photo,
Implementation
SetUserPersonalProfilePhoto({
super.extra,
super.client_id,
this.user_id,
this.photo,
});