Class GuildJoinRequest

Represents a guild join request.

Hierarchy (view full)

  • Base
    • GuildJoinRequest

Constructors

Properties

actionedAt?: string

A deprecated snowflake timestamp representing when the join request was actioned.

actionedByUser?: User

The moderator who actioned the join request, if included.

applicationStatus: GuildJoinRequestStatus

The status of the join request.

formResponses?: null | Record<string, unknown>[]

Responses to the guild's member verification questions, if included.

guildID: string

The ID of the guild this join request is for.

id: string
interviewChannelID: null | string

The ID of a channel where an interview regarding this join request may be conducted.

joinRequestID: string

The ID of the join request.

lastSeen: null | Date

When the request was acknowledged by the user.

rejectionReason: null | string

Why the join request was rejected.

reviewedAt?: Date

When the join request was actioned, if included.

user?: User

The user who created this join request, if included.

userID: string

The ID of the user who created this join request.

Accessors

Methods