Table of Contents

Struct ContentFilterInterceptHandler

Namespace
Kook
Assembly
Kook.Net.Experimental.dll

表示一个内容过滤器拦截处理器。

public readonly struct ContentFilterInterceptHandler : IContentFilterHandler
Implements
Inherited Members

Properties

CustomErrorMessage

获取自定义的错误消息。

public string? CustomErrorMessage { get; init; }

Property Value

string

Enabled

获取处理器是否启用。

public bool Enabled { get; init; }

Property Value

bool

Name

获取处理器的名称。

public string? Name { get; init; }

Property Value

string

Type

获取处理器的类型。

public ContentFilterHandlerType Type { get; }

Property Value

ContentFilterHandlerType