ContactsTopPeersDisabled.deserialize constructor

ContactsTopPeersDisabled.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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