filterContentMessages



inline fun <T : MessageContent> FlowsUpdatesFilter.filterContentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<T>>

Parameters

scopeToIncludeChannels

This parameter is required when you want to include textMessages for channels too. In this case will be created new channel which will aggregate messages from FlowsUpdatesFilter.messagesFlow and FlowsUpdatesFilter.channelPostsFlow. In case it is null will be used Flows mapping