FollowersQuery constructor

FollowersQuery(
  1. CommunitiesIds ids
)

Implementation

FollowersQuery(CommunitiesIds ids) {
  this.ids = ids;
  this.name = "";
}