Table of Contents

Interface IInvite

Namespace
NetCord
Assembly
NetCord.dll
public interface IInvite

Properties

ChannelId

ulong? ChannelId { get; }

Property Value

ulong?

Code

string Code { get; }

Property Value

string

CreatedAt

DateTimeOffset? CreatedAt { get; }

Property Value

DateTimeOffset?

GuildId

ulong? GuildId { get; }

Property Value

ulong?

Inviter

User? Inviter { get; }

Property Value

User

MaxAge

int? MaxAge { get; }

Property Value

int?

MaxUses

int? MaxUses { get; }

Property Value

int?

TargetApplication

Application? TargetApplication { get; }

Property Value

Application

TargetType

InviteTargetType? TargetType { get; }

Property Value

InviteTargetType?

TargetUser

User? TargetUser { get; }

Property Value

User

Temporary

bool? Temporary { get; }

Property Value

bool?

Type

InviteType Type { get; }

Property Value

InviteType

Uses

int? Uses { get; }

Property Value

int?