tags static method

FollowQuery tags(
  1. List<String> tags
)

Implementation

static FollowQuery tags(List<String> tags) {
  return FollowQuery(CommunitiesIds.tags(tags));
}