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