InputPeerPhotoFileLocation constructor

const InputPeerPhotoFileLocation({
  1. required bool big,
  2. required InputPeerBase peer,
  3. required int photoId,
})

Input Peer Photo File Location constructor.

Implementation

const InputPeerPhotoFileLocation({
  required this.big,
  required this.peer,
  required this.photoId,
}) : super._();