Result

data class Result(val channels: List<Channel>) : ChannelsStateData

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

Constructors

Link copied to clipboard
constructor(channels: List<Channel>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String