Table of Contents

Enum JoinRequestStatusType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents a join request status type.

[JsonConverter(typeof(StringEnumConverter))]
public enum JoinRequestStatusType

Fields

[EnumMember(Value = "UNKNOWN")] Unknown = 0

Indicates that the request status is unknown.

[EnumMember(Value = "SUBMITTED")] Submitted = 1

Indicates that the request was submitted.

[EnumMember(Value = "APPROVED")] Approved = 2

Indicates that the request was approved.

[EnumMember(Value = "REJECTED")] Rejected = 3

Indicates that the request was rejected.