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