ClearChat

data class ClearChat(val channel: String, val tags: Map<String, String>, val targetUserId: String?, val duration: Int?) : IrcMessage

Chat clear or user ban/timeout (CLEARCHAT).

Constructors

Link copied to clipboard
constructor(channel: String, tags: Map<String, String>, targetUserId: String?, duration: Int?)

Properties

Link copied to clipboard
open override val channel: String

Channel name without the # prefix.

Link copied to clipboard
Link copied to clipboard
open override val tags: Map<String, String>

Raw IRCv3 tags for direct access when typed fields are insufficient.

Link copied to clipboard