CreateChannelParams

data class CreateChannelParams(val members: List<MemberData>, val extraData: Map<String, Any>)

Model holding data for creating a channel.

Parameters

members

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

extraData

Map of key-value pairs that let you store extra data.

Constructors

Link copied to clipboard
constructor(members: List<MemberData>, extraData: Map<String, Any>)

Properties

Link copied to clipboard
Link copied to clipboard

Ids of the members to be added to the channel.

Link copied to clipboard