Class DiscordGuildJoinRequest
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a guild join request.
public sealed class DiscordGuildJoinRequest : SnowflakeObject
- Inheritance
-
DiscordGuildJoinRequest
- Inherited Members
Properties
- ActionedAt
Gets the datetime of when the join request was actioned.
- ActionedByUser
Gets the user that actioned the join request.
- ApplicationStatus
Gets the application status of the join request.
- CreatedAt
Gets the datetime of when the join request was created.
- FormResponses
Gets the form responses of the join request.
- Guild
Gets the guild that the join request is for.
- GuildId
Gets the id of the guild that the join request is for.
- InterviewChannelId
Gets the id of the interview channel.
This will be a group dm channel.
Bots cannot access this, so it's pretty much useless.
- RejectionReason
Gets the rejection reason of the join request.
- RequestId
Gets the id of the join request.
- User
Gets the user that created the join request.
- UserId
Gets the id of the user that created the join request.
Methods
- ModifyAsync(bool, string?)
Modifies this join request.