GroupChannelChangeLogsParams
@objc(SBDGroupChannelChangeLogsParams)
public final class GroupChannelChangeLogsParams : NSObject
An object that represents the parameters for the The method returns channels according to the properties in this object.
Since
3.0.182-
Sets the custom types filter. The property filters channels which have one of custom types.
Declaration
Swift
@objc public var customTypes: [String]
-
Determines whether to include the empty channels in the results.
Note
The default value istrue
.Declaration
Swift
@objc public var includeEmptyChannel: Bool
-
Determines whether to include the frozen channels in the results.
Note
The default value istrue
.Declaration
Swift
@objc public var includeFrozenChannel: Bool
-
Since
4.6.0Declaration
Swift
@objc public var includeChatNotification: Bool
-
Create
GroupChannelChangeLogsParams
from a given GroupChannelListQuery instance.Since
3.0.185Declaration
Swift
@objc(createWithGroupChannelListQuery:) public static func create( query: GroupChannelListQuery ) -> GroupChannelChangeLogsParams
Parameters
query
group channel list query
Return Value
A created instance of
GroupChannelChangeLogsParams