SearchResultItemState

data class SearchResultItemState(val message: Message) : ItemState

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

Parameters

message

The message to show.

Constructors

Link copied to clipboard
constructor(message: Message)

Properties

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