Table of Contents

Class GuildJoinRequest

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildJoinRequest : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonGuildJoinRequest>
Inheritance
GuildJoinRequest
Implements
Inherited Members

Constructors

GuildJoinRequest(JsonGuildJoinRequest, RestClient)

public GuildJoinRequest(JsonGuildJoinRequest jsonModel, RestClient client)

Parameters

jsonModel JsonGuildJoinRequest
client RestClient

Properties

ActionedAt

public ulong ActionedAt { get; }

Property Value

ulong

ActionedByUser

public User ActionedByUser { get; }

Property Value

User

ApplicationStatus

public GuildJoinRequestStatus ApplicationStatus { get; }

Property Value

GuildJoinRequestStatus

FormResponses

public IReadOnlyList<GuildJoinRequestFormResponse> FormResponses { get; }

Property Value

IReadOnlyList<GuildJoinRequestFormResponse>

GuildId

public ulong GuildId { get; }

Property Value

ulong

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

LastSeenAt

public DateTimeOffset LastSeenAt { get; }

Property Value

DateTimeOffset

RejectionReason

public string? RejectionReason { get; }

Property Value

string

User

public User User { get; }

Property Value

User

UserId

public ulong UserId { get; }

Property Value

ulong