SearchWarning

@Immutable
data class SearchWarning(val channelSearchCids: List<String>, val channelSearchCount: Int, val warningCode: Int, val warningDescription: String)

Represents a warning related to message search results. For example, if there are more than 500 channels that match the channel filter.

Constructors

Link copied to clipboard
constructor(channelSearchCids: List<String>, channelSearchCount: Int, warningCode: Int, warningDescription: String)

Properties

Link copied to clipboard

Channel CIDs for the searched channels

Link copied to clipboard

Number of channels searched

Link copied to clipboard

Code corresponding to the warning

Link copied to clipboard

Description of the warning