ChannelsViewModelParams

class ChannelsViewModelParams(val queryParams: GroupChannelListQueryParams) : SendbirdViewModelParams

The ViewModel parameters for ChannelsViewModel.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(queryParams: GroupChannelListQueryParams)

Properties

Link copied to clipboard
val queryParams: GroupChannelListQueryParams

The GroupChannelListQueryParams to query the list of channels.