Package-level declarations

Types

Link copied to clipboard
abstract class BaseKordBuilder
Link copied to clipboard
expect class KordBuilder(val token: String) : BaseKordBuilder
actual class KordBuilder(val token: String) : BaseKordBuilder
actual class KordBuilder(val token: String) : BaseKordBuilder
Link copied to clipboard

The proxy Kord builder. You probably want to invoke the DSL builder instead.

Link copied to clipboard

The rest only Kord builder. You probably want to invoke the DSL builder instead.

Link copied to clipboard
abstract class RestOnlyBuilder