Table of Contents

Enum InviteMaxAge

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the time in second after which an IInvite will be expired.

public enum InviteMaxAge

Fields

NeverExpires = 0

The invite will never expire.

_1800 = 1800

The invite will expire after half an hour (1800 seconds).

_21600 = 21600

The invite will expire after 6 hours (21600 seconds).

_3600 = 3600

The invite will expire after one hour (3600 seconds).

_43200 = 43200

The invite will expire after half a day (43200 seconds).

_604800 = 604800

The invite will expire after one week (604800 seconds).

_86400 = 86400

The invite will expire after one day (86400 seconds).