Enum InviteFlags
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
[Flags]
public enum InviteFlags : long
- Extension Methods
Fields
None = 0Invite has no flags
[Deprecated("Replaced by IsGuestInvite")] GuestMembership = 1Invite grants temporary guest membership. All channels but the one invited to are hidden and user gets kicked if they leave the voice.
IsGuestInvite = 1Invite grants temporary guest membership. All channels but the one invited to are hidden and user gets kicked if they leave the voice.
[Deprecated("Replaced by IsViewed")] Viewed = 2The invite has been viewed by any user (has been retrieved using the get invite endpoint).
IsViewed = 2IsEnhanced = 4Invite is enhanced.
IsApplicationBypass = 8Invite bypasses a guild application.
Unknown = 9223372036854775807The flags are unknown.