FollowQuery constructor

FollowQuery(
  1. CommunitiesIds ids
)

Implementation

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