AddMembersParams

constructor(members: List<MemberData>, systemMessage: Message? = null, hideHistory: Boolean? = null, skipPush: Boolean? = null)

Parameters

members

The list of the members with extra data to be added.

hideHistory

Hides the history of the channel to the added members.

skipPush

If true, skips sending push notifications.

systemMessage

The system message that will be shown in the channel.