InputPrivacyValueDisallowBots.deserialize constructor

InputPrivacyValueDisallowBots.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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