Sendbird Chat SDK for Unity
SbGroupChannelUpdateParams

Represents a group channel update params. More...

Properties

string AccessCode [get, set]
 The access code for public group channel. The access code setting is only valid for PublicGroupChannels. Once the access code is set, users have to accept an invitation or join the public SbGroupChannel with the access code to be a member of the channel. Refer to SbGroupChannel.Join and SbGroupChannel.AcceptInvitation. To delete the existing access code, pass an empty string as to this and call SbGroupChannel.UpdateChannel. 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 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...
 
string CustomType [get, set]
 The custom type of the channel. More...
 
string Data [get, set]
 The data of the channel. More...
 
bool IsDiscoverable [get, set]
 
bool IsDistinct [get, set]
 The distinct mode of the channel. If SbGroupChannel.IsSuper is true, then this must be set to false. More...
 
bool IsPublic [get, set]
 The public mode of the channel. If set to true, then IsDistinct must be false. More...
 
int MessageSurvivalSeconds [get, set]
 The message survival seconds of the channel. More...
 
string Name [get, set]
 The name of the channel. More...
 
List< string > OperatorUserIds [get, set]
 The operator user ids of the channel. More...
 

Detailed Description

Represents a group channel update params.

Since
4.0.0

Property Documentation

◆ AccessCode

string AccessCode
getset

The access code for public group channel. The access code setting is only valid for PublicGroupChannels. Once the access code is set, users have to accept an invitation or join the public SbGroupChannel with the access code to be a member of the channel. Refer to SbGroupChannel.Join and SbGroupChannel.AcceptInvitation. To delete the existing access code, pass an empty string as to this and call SbGroupChannel.UpdateChannel.

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

◆ IsDiscoverable

bool IsDiscoverable
getset

Since
4.0.0

◆ IsDistinct

bool IsDistinct
getset

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

Since
4.0.0

◆ IsPublic

bool IsPublic
getset

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

Since
4.0.0

◆ MessageSurvivalSeconds

int MessageSurvivalSeconds
getset

The message survival seconds of the channel.

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.

Since
4.0.0