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