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
Remarks
Enabled
获取处理器是否启用。
public bool Enabled { get; init; }
Property Value
Name
获取处理器的名称。
public string? Name { get; init; }
Property Value
Type
获取处理器的类型。
public ContentFilterHandlerType Type { get; }