Class GuildJoinRequest
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
JsonGuildJoinRequestclient
RestClient
Properties
ActionedAt
public ulong ActionedAt { get; }
Property Value
ActionedByUser
public User ActionedByUser { get; }
Property Value
ApplicationStatus
public GuildJoinRequestStatus ApplicationStatus { get; }
Property Value
FormResponses
public IReadOnlyList<GuildJoinRequestFormResponse> FormResponses { get; }
Property Value
GuildId
public ulong GuildId { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
LastSeenAt
public DateTimeOffset LastSeenAt { get; }
Property Value
RejectionReason
public string? RejectionReason { get; }
Property Value
User
public User User { get; }
Property Value
UserId
public ulong UserId { get; }