Skip to main content

ChatClientConfig.ChatChannel

ChatChannel specific local caching and model serialization settings.

public struct ChatChannel: Equatable 

Inheritance

Equatable

Properties

lastActiveWatchersLimit

Limit the max number of watchers included in ChatChannel.lastActiveWatchers.

public var lastActiveWatchersLimit = 100

lastActiveMembersLimit

Limit the max number of members included in ChatChannel.lastActiveMembers.

public var lastActiveMembersLimit = 100

latestMessagesLimit

Limit the max number of messages included in ChatChannel.latestMessages.

public var latestMessagesLimit = 5

Did you find this page helpful?