Sendbird Chat SDK for Unity
|
Represents a open channel params. More...
Properties | |
string | Name [get, set] |
The name 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... | |
List< string > | OperatorUserIds [get, set] |
The operator user ids of the channel. Defaults to null. More... | |
Represents a open channel params.
|
getset |
The cover image of the channel. Defaults to null. If CoverUrl was set after, this will be reset to null.
|
getset |
The cover image's url of the channel. Defaults to null. If CoverImage was set after, this will be reset to null.
|
getset |
The custom type of the channel.
|
getset |
The data of the channel.
|
getset |
The name of the channel.
|
getset |
The operator user ids of the channel. Defaults to null.