-
public final class QueryChannelsController.ChannelsState.Result extends QueryChannelsController.ChannelsState
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
-
-
Method Summary
Modifier and Type Method Description final List<Channel>component1()final QueryChannelsController.ChannelsState.Resultcopy(List<Channel> channels)final List<Channel>getChannels()-
-
Constructor Detail
-
Result
Result(List<Channel> channels)
-
-
Method Detail
-
component1
final List<Channel> component1()
-
copy
final QueryChannelsController.ChannelsState.Result copy(List<Channel> channels)
-
getChannels
final List<Channel> getChannels()
-
-
-
-