PhotosUpdateProfilePhoto constructor

const PhotosUpdateProfilePhoto({
  1. required bool fallback,
  2. InputUserBase? bot,
  3. required InputPhotoBase id,
})

Photos Update Profile Photo constructor.

Implementation

const PhotosUpdateProfilePhoto({
  required this.fallback,
  this.bot,
  required this.id,
}) : super._();