ChannelHeaderViewController
constructor(cid: String, scope: CoroutineScope, chatClient: ChatClient = ChatClient.instance(), channelState: Flow<ChannelState> = chatClient
.watchChannelAsState(cid = cid, messageLimit = 0, coroutineScope = scope)
.filterNotNull())