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 次。