removeMembers

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

Removes members from a given channel.

Return

Executable async Call responsible for removing the members.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

memberIds

The list of the member ids to be removed.

systemMessage

The system message that will be shown in the channel.

skipPush

If true, skips sending push notifications.