Class PartialInvite
Fluxer entity with client attached.
public class PartialInvite : Entity, IPartialInvite
- Inheritance
-
objectPartialInvite
- Implements
- Derived
Properties
Channel
public PartialChannel? Channel { get; }
Property Value
Code
The unique invite code.
public string Code { get; }
Property Value
ExpiresAt
ISO8601 timestamp of when the invite expires.
public DateTimeOffset? ExpiresAt { get; }
Property Value
Guild
public PartialGuild? Guild { get; }
Property Value
Inviter
public User Inviter { get; }
Property Value
IsTemporary
Whether the invite grants temporary membership
public bool IsTemporary { get; }
Property Value
MemberCount
The approximate total member count of the guild
public int MemberCount { get; }
Property Value
PresenceCount
The approximate online member count of the guild.
public int PresenceCount { get; }
Property Value
Type
The type of invite (guild).
public InviteType Type { get; }
Property Value
Methods
Create(FluxerBaseClient, PartialInviteJson)
Create a PartialInvite object from json.
public static PartialInvite Create(FluxerBaseClient client, PartialInviteJson json)
Parameters
clientFluxerBaseClientjsonPartialInviteJson