Table of Contents

Class Invite

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Invite : PartialInvite, IPartialInvite, IInvite
Inheritance
object
Invite
Implements
Inherited Members

Properties

CreatedAt

ISO8601 timestamp of when the invite was created.

public DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

MaxAge

The duration in seconds before the invite expires.

public int MaxAge { get; }

Property Value

int

MaxUses

The maximum number of times this invite can be used.

public int MaxUses { get; }

Property Value

int

Uses

The number of times this invite has been used

public int Uses { get; }

Property Value

int

Methods

Create(FluxerBaseClient, InviteJson)

Create a Invite object from json.

public static Invite Create(FluxerBaseClient client, InviteJson json)

Parameters

client FluxerBaseClient
json InviteJson

Returns

Invite