Interface IInvite
public interface IInvite
Properties
CreatedAt
ISO8601 timestamp of when the invite was created.
DateTimeOffset CreatedAt { get; }
Property Value
MaxAge
The duration in seconds before the invite expires.
int MaxAge { get; }
Property Value
MaxUses
The maximum number of times this invite can be used.
int MaxUses { get; }
Property Value
Uses
The number of times this invite has been used
int Uses { get; }