addMembers
fun addMembers(memberIds: List<String>, systemMessage: Message? = null, hideHistory: Boolean? = null, skipPush: Boolean? = null): Call<Channel>
Adds members to a given channel.
Return
Executable async Call responsible for adding the members.
Parameters
memberIds
The list of the member ids to be added.
systemMessage
The system message object that will be shown in the channel.
hideHistory
Hides the history of the channel to the added member.
skipPush
Skip sending push notifications.