Sendbird Chat SDK for .NET
SbGroupChannelChangeLogsParams

Represents a group channel change logs params. More...

Properties

List< string > CustomTypes = null [get, set]
 GroupChannel custom types filter. If this is null, the changelogs of all channels will be returned. Defaults to null. More...
 
bool IncludeEmpty = true [get, set]
 to include empty channels or not (channels without messages). More...
 
bool IncludeFrozen = true [get, set]
 to include frozen channels or not. More...
 

Detailed Description

Represents a group channel change logs params.

Since
4.0.0

Property Documentation

◆ CustomTypes

List<string> CustomTypes = null
getset

GroupChannel custom types filter. If this is null, the changelogs of all channels will be returned. Defaults to null.

Since
4.0.0

◆ IncludeEmpty

bool IncludeEmpty = true
getset

to include empty channels or not (channels without messages).

Since
4.0.0

◆ IncludeFrozen

bool IncludeFrozen = true
getset

to include frozen channels or not.

Since
4.0.0