GroupChannelChangeLogsParams
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
public var customTypes: [String] = []
-
Determines whether to include the empty channels in the results.
Note
The default value istrue
.Declaration
Swift
public var includeEmptyChannel: Bool = true
-
Determines whether to include the frozen channels in the results.
Note
The default value istrue
.Declaration
Swift
public var includeFrozenChannel: Bool = true
-
Since
4.6.0Declaration
Swift
public var includeChatNotification: Bool = false
-
Create
GroupChannelChangeLogsParams
from a given GroupChannelListQuery instance.Since
3.0.185Declaration
Swift
public static func create( query: GroupChannelListQuery ) -> GroupChannelChangeLogsParams
Parameters
query
group channel list query
Return Value
A created instance of
GroupChannelChangeLogsParams