InputPrivacyValueDisallowContacts.deserialize constructor

InputPrivacyValueDisallowContacts.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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