Class Invite
Fluxer entity with client attached.
public class Invite : PartialInvite, IPartialInvite, IInvite
- Inheritance
-
objectInvite
- Implements
- Inherited Members
Properties
CreatedAt
ISO8601 timestamp of when the invite was created.
public DateTimeOffset CreatedAt { get; }
Property Value
MaxAge
The duration in seconds before the invite expires.
public int MaxAge { get; }
Property Value
MaxUses
The maximum number of times this invite can be used.
public int MaxUses { get; }
Property Value
Uses
The number of times this invite has been used
public int Uses { get; }
Property Value
Methods
Create(FluxerBaseClient, InviteJson)
Create a Invite object from json.
public static Invite Create(FluxerBaseClient client, InviteJson json)
Parameters
clientFluxerBaseClientjsonInviteJson