followedBy method

GroupsQuery followedBy(
  1. UserId id
)

Implementation

GroupsQuery followedBy(UserId id) {
  this.follower = id;
  return this;
}