ChannelMessageLimit

data class ChannelMessageLimit(val channelType: String, val baseLimit: Int)

Configuration for message limits in channels, specifying the channel type and limit.

Parameters

channelType

The type of the channel for which the limit applies.

baseLimit

The initial maximum number of messages to keep in memory for the channel.

Constructors

Link copied to clipboard
constructor(channelType: String, baseLimit: Int)

Properties

Link copied to clipboard
Link copied to clipboard