# new FollowQuery(ids)
Creates a FollowQuery
Parameters:
Name | Type | Description |
---|---|---|
ids |
CommunitiesIds | Entity IDs. |
- Source:
Methods
# (static) groups(ids) → {FollowQuery}
Follow groups from list.
Parameters:
Name | Type | Description |
---|---|---|
ids |
Array.<string> | List of group IDs. |
- Source:
Returns:
New query.
- Type
- FollowQuery
# (static) labels(ids) → {FollowQuery}
Follow labels from list.
Parameters:
Name | Type | Description |
---|---|---|
ids |
Array.<string> | List of labels. |
- Source:
Returns:
New query.
- Type
- FollowQuery
# (static) tags(ids) → {FollowQuery}
Follow tags from list.
Parameters:
Name | Type | Description |
---|---|---|
ids |
Array.<string> | List of tags. |
- Source:
Returns:
New query.
- Type
- FollowQuery
# (static) topics(ids) → {FollowQuery}
Follow topics from list.
Parameters:
Name | Type | Description |
---|---|---|
ids |
Array.<string> | List of topic IDs. |
- Source:
Returns:
New query.
- Type
- FollowQuery
# (static) users(ids) → {FollowQuery}
Follow users from list.
Parameters:
Name | Type | Description |
---|---|---|
ids |
UserIdList | List of user IDs. |
- Source:
Returns:
New query.
- Type
- FollowQuery