Package-level declarations

Types

Link copied to clipboard
abstract class BaseChannel(val connection: Connection, val id: Int)
Link copied to clipboard
class Channel(val connection: Connection, val id: Int) : BaseChannel
Link copied to clipboard
class ChannelManager(connection: Connection)

Functions

Link copied to clipboard
inline fun <E : ChannelEvent> Channel.on(scope: CoroutineScope = this.scope, noinline block: suspend E.() -> Unit): Job

Properties

Link copied to clipboard
val onLog: KLogger