ContactsGetStatuses.deserialize constructor

ContactsGetStatuses.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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