InputPrivacyValueAllowCloseFriends.deserialize constructor

InputPrivacyValueAllowCloseFriends.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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