Sendbird Chat SDK for Unity
SbOpenChannelCreateParams

Represents a open channel params. More...

Properties

string Name [get, set]
 The name of the channel. More...
 
string ChannelUrl [get, set]
 The channel url of the channel. More...
 
string CoverUrl [get, set]
 The cover image's url of the channel. Defaults to null. If CoverImage was set after, this will be reset to null. More...
 
SbFileInfo CoverImage [get, set]
 The cover image of the channel. Defaults to null. If CoverUrl was set after, this will be reset to null. More...
 
string Data [get, set]
 The data of the channel. More...
 
string CustomType [get, set]
 The custom type of the channel. More...
 
bool IsEphemeral [get, set]
 Whether the channel is ephemeral. More...
 
List< string > OperatorUserIds [get, set]
 The operator user ids of the channel. Defaults to null. More...
 

Detailed Description

Represents a open channel params.

Since
4.0.0

Property Documentation

◆ ChannelUrl

string ChannelUrl
getset

The channel url of the channel.

Since
4.0.0

◆ CoverImage

SbFileInfo CoverImage
getset

The cover image of the channel. Defaults to null. If CoverUrl was set after, this will be reset to null.

Since
4.0.0

◆ CoverUrl

string CoverUrl
getset

The cover image's url of the channel. Defaults to null. If CoverImage was set after, this will be reset to null.

Since
4.0.0

◆ CustomType

string CustomType
getset

The custom type of the channel.

Since
4.0.0

◆ Data

string Data
getset

The data of the channel.

Since
4.0.0

◆ IsEphemeral

bool IsEphemeral
getset

Whether the channel is ephemeral.

Since
4.0.0

◆ Name

string Name
getset

The name of the channel.

Since
4.0.0

◆ OperatorUserIds

List<string> OperatorUserIds
getset

The operator user ids of the channel. Defaults to null.

Since
4.0.0