SendMessageUploadPhotoAction017.deserialize constructor

SendMessageUploadPhotoAction017.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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