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