IntentsConfig

用于配置bot需要订阅的事件类型

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class Bits(val bits: Set<Int>) : IntentsConfig

通过 Intents 的位索引值来配置 Intents 的结果。

Link copied to clipboard
data class Names(val names: Set<String>) : IntentsConfig

通过名称寻找所有可用的 EventIntents 并合并为最终的 Intents.

Link copied to clipboard

直接使用原始的标记位最终数值。

Properties

Link copied to clipboard
abstract val intents: Intents

配置结果