Table of Contents

Interface IContentFilterHandler

Namespace
Kook
Assembly
Kook.Net.Experimental.dll

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

public interface IContentFilterHandler

Properties

Enabled

获取处理器是否启用。

bool Enabled { get; }

Property Value

bool

Name

获取处理器的名称。

string? Name { get; }

Property Value

string

Type

获取处理器的类型。

ContentFilterHandlerType Type { get; }

Property Value

ContentFilterHandlerType