typingChannels

abstract val typingChannels: StateFlow<Map<String, TypingEvent>>

Map of typing users in all active channel. Use Channel.cid to access events for a particular channel.

See also