handleChatEvent
abstract fun handleChatEvent(event: ChatEvent, filter: FilterObject, cachedChannel: Channel?): EventHandlingResult
Computes the event handling result.
Return
EventHandlingResult Result of handling.
Parameters
event
ChatEvent that may contain updates for the set of channels.
filter
FilterObject associated with the set of channels. Can be used to define the result of handling.
cachedChannel
optional cached Channel object.