InputPrivacyKeyProfilePhoto.deserialize constructor

InputPrivacyKeyProfilePhoto.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory InputPrivacyKeyProfilePhoto.deserialize(BinaryReader reader) {
  // Construct [InputPrivacyKeyProfilePhoto] object.
  final returnValue = InputPrivacyKeyProfilePhoto();

  // Now return the deserialized [InputPrivacyKeyProfilePhoto].
  return returnValue;
}