ReactionsQuery constructor

ReactionsQuery(
  1. CommunitiesIds ids
)

Implementation

ReactionsQuery(CommunitiesIds ids) {
  this.ids = ids;
}