SendMessageChooseContactAction017.deserialize constructor

SendMessageChooseContactAction017.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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