SearchResultItemState

data class SearchResultItemState(val message: Message, val channel: Channel?) : ItemState

Represents each search result item we show in the list of channels.

Parameters

message

The message to show.

channel

The channel where the message was sent. It can be null if the channel was not found on the local cache.

Constructors

Link copied to clipboard
constructor(message: Message, channel: Channel?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: String
Link copied to clipboard