Future<rtpb.Status> unfollowUsers({ List<String>? userIds, }) => _send(rtpb.Envelope( statusUnfollow: rtpb.StatusUnfollow( userIds: userIds, )));