SendMessageChooseContactAction.deserialize constructor

SendMessageChooseContactAction.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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