removeMembers

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

memberIds

The list of the member ids to be removed.

systemMessage

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

skipPush

Skip sending push notifications.

See also