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