Table of Contents

Interface IPartialInvite

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

Properties

Channel

The channel this invite is for.

IPartialChannel? Channel { get; }

Property Value

IPartialChannel

Code

The unique invite code.

string Code { get; }

Property Value

string

ExpiresAt

ISO8601 timestamp of when the invite expires.

DateTimeOffset? ExpiresAt { get; }

Property Value

DateTimeOffset?

Guild

The guild this invite is for

IPartialGuild? Guild { get; }

Property Value

IPartialGuild

Inviter

The user who created the invite.

IUser Inviter { get; }

Property Value

IUser

IsTemporary

Whether the invite grants temporary membership

bool IsTemporary { get; }

Property Value

bool

MemberCount

The approximate total member count of the guild

int MemberCount { get; }

Property Value

int

PresenceCount

The approximate online member count of the guild.

int PresenceCount { get; }

Property Value

int

Type

The type of invite (guild).

InviteType Type { get; }

Property Value

InviteType