InputPrivacyValueAllowBots.deserialize constructor

InputPrivacyValueAllowBots.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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