inviteMembers

fun inviteMembers(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

memberIds

The list of the member ids to be invited.

systemMessage

The system message object that will be shown in the channel.

skipPush

Skip sending push notifications.

See also