Enum JoinSourceType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the source of a user joining a guild.
public enum JoinSourceType
Fields
BotInvite = 1
The user was invited by a bot.
Integration = 2
The user was invited by an integration.
InviteCode = 5
The user joined via an invite code.
ManualVerification = 7
The user was manually verified
ServerDiscovery = 3
The user joined via server discovery.
StudentHub = 4
The user joined via the student hub.
Unknown = 0
Unknown source.
VanityUrl = 6
The user joined via a vanity URL.