call abstract method

TRes call({
  1. bool? performer,
  2. bool? tag,
  3. bool? studio,
  4. bool? movie,
  5. bool? gallery,
})

Implementation

TRes call({
  bool? performer,
  bool? tag,
  bool? studio,
  bool? movie,
  bool? gallery,
});