|
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...
|
|
Represents a group channel update params.
- Since
- 4.0.0