InvokedBy

class InvokedBy

Specifies the type of message that triggers a bot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets standard messages as the bot trigger. For standard messages:

Link copied to clipboard

Sets targeted messages as the bot trigger. For targeted messages:

Functions

Link copied to clipboard
inline fun copy(block: InvokedBy.Builder.() -> Unit = {}): InvokedBy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String