Table of Contents

Enum InviteMaxUses

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个邀请的可用人次。

public enum InviteMaxUses

Fields

Unlimited = -1

此邀请不限制可用人次。

_1 = 1

此邀请最多只能使用一次。

_10 = 10

此邀请最多只能使用 10 次。

_100 = 100

此邀请最多只能使用 100 次。

_25 = 25

此邀请最多只能使用 25 次。

_5 = 5

此邀请最多只能使用 5 次。

_50 = 50

此邀请最多只能使用 50 次。