Description

Represents a group channel create params.

Hierarchy

  • GroupChannelCreateParams

Properties

accessCode?: string

The access code for public group channel. The access code setting is only valid for public GroupChannels. Once the access code is set, users have to accept an invitation or join the public GroupChannel with the access code to be a member of the channel. Refer to join and acceptInvitation. To delete the existing access code, pass an empty string to call updateChannel.

channelUrl?: string

The channel URL of the channel.

coverImage?: FileCompat

The cover image of the channel.

coverUrl?: string

The cover image's URL of the channel.

customType?: string

The custom type of the channel.

data?: string

The data of the channel.

invitedUserIds?: string[]

The user ids of the users of the channel. (default: [])

isBroadcast?: boolean

The broadcast mode of the channel. If set to true, then isSuper will also be set to true.

isDiscoverable?: boolean

Whether the channel is a discoverable channel for public group channel. It is valid only when isPublic is set to true. If set to false, this channel will not appear in the result of PublicGroupChannelListQuery.

isDistinct?: boolean

The distinct mode of the channel. If isSuper is true, then this must be set to false.

isEphemeral?: boolean

The ephemeral mode of the channel.

isExclusive?: boolean

The exclusive mode of the channel. If set to true, then isSuper and isBroadcast will both be set to true.

isPublic?: boolean

The public mode of the channel. If set to true, then isDistinct must be false.

isStrict?: boolean

The strict mode of the channel. If true, the channel creation will fail if any of the users do not exist. If false, the channel creation will succeed even if all the users do not exist. (default: false).

isSuper?: boolean

The super mode of the channel. If set to true, then isDistinct must be false.

name?: string

The name of the channel.

operatorUserIds?: string[]

The operator user IDs of the channel.

Generated using TypeDoc