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