Table of Contents

Interface IInvite

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IInvite

Properties

CreatedAt

ISO8601 timestamp of when the invite was created.

DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

MaxAge

The duration in seconds before the invite expires.

int MaxAge { get; }

Property Value

int

MaxUses

The maximum number of times this invite can be used.

int MaxUses { get; }

Property Value

int

Uses

The number of times this invite has been used

int Uses { get; }

Property Value

int