invite

suspend fun GroupChannel.invite(userIds: List<String>)

Deprecated

As of 4.17.0, replaced with awaitInvite(userIds).

Replace with

awaitInvite(userIds)

Invites Users top this channel.

Since

4.15.0

Parameters

userIds

The user IDs to invite.