Table of Contents

Struct ContentFilterLogToChannelHandler

Namespace
Kook
Assembly
Kook.Net.Experimental.dll

表示一个内容过滤器日志记录到频道的处理器。

public readonly struct ContentFilterLogToChannelHandler : IContentFilterHandler
Implements
Inherited Members

Properties

ChannelId

获取日志频道的标识。

public ulong? ChannelId { get; init; }

Property Value

ulong?

Remarks

如果 Enabledfalse,则该值可能为 null

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