inviteMembers

fun inviteMembers(channelType: String, channelId: String, memberIds: List<String>, systemMessage: Message? = null, skipPush: Boolean? = null): Call<Channel>

Invites members to a given channel.

Return

Executable async Call responsible for inviting the members.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

memberIds

The list of the member ids to be invited.

systemMessage

The system message that will be shown in the channel.

skipPush

If true, skips sending push notifications.