SetProfilePhoto constructor

SetProfilePhoto({
  1. String? extra,
  2. int? client_id,
  3. InputChatPhoto? photo,
  4. Bool? is_public,
})

Implementation

SetProfilePhoto({
  super.extra,
  super.client_id,
  this.photo,
  this.is_public,
});