factory TGetBootProofInput.fromJson(Map<String, dynamic> json) => TGetBootProofInput( body: TGetBootProofBody.fromJson(json['body'] as Map<String, dynamic>));