followUsers method
Implementation
Future<rtpb.Status> followUsers({
List<String>? userIds,
List<String>? usernames,
}) =>
_send(rtpb.Envelope(
statusFollow: rtpb.StatusFollow(
userIds: userIds,
usernames: usernames,
)));