Result

@Immutable
data class Result(val messages: List<Message>) : MessagesState

The list of messages, loaded either from offline storage or an API call. Observe chatDomain.online to know if results are currently up to date

Parameters

messages

Message collection of this channel.

Constructors

Link copied to clipboard
constructor(messages: List<Message>)

Properties

Link copied to clipboard