Table of Contents

Struct RegistrationDurationBehaviorRestrictionCondition

Namespace
Kook
Assembly
Kook.Net.Experimental.dll

表示一个服务器注册时长行为限制。

public readonly struct RegistrationDurationBehaviorRestrictionCondition : IBehaviorRestrictionCondition
Implements
Inherited Members

Properties

MinimumDuration

获取限制条件要求的最短注册时长。

public TimeSpan MinimumDuration { get; init; }

Property Value

TimeSpan

Type

获取限制条件类型。

public RestrictionConditionType Type { get; }

Property Value

RestrictionConditionType