InputPrivacyValueDisallowBots.deserialize constructor
InputPrivacyValueDisallowBots.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory InputPrivacyValueDisallowBots.deserialize(BinaryReader reader) {
// Construct [InputPrivacyValueDisallowBots] object.
final returnValue = InputPrivacyValueDisallowBots();
// Now return the deserialized [InputPrivacyValueDisallowBots].
return returnValue;
}