RSystemEvent

Event that handles the system event

Functions

Link copied to clipboard
open override fun appliesTo(message: RealtimeMessage): Boolean

Checks if the event applies to the message.

Link copied to clipboard
open suspend override fun handle(channel: RealtimeChannel, message: RealtimeMessage)

Handles the event.