Table of Contents

Enum JoinSourceType

Namespace
DisCatSharp.Experimental.Enums
Assembly
DisCatSharp.Experimental.dll

Represents how a user joined the guild.

public enum JoinSourceType

Fields

Unspecified = 0

The user joined the guild through an unknown source.

Bot = 1

The user was added to the guild by a bot using the guilds.join OAuth2 scope.

Integration = 2

The user was added to the guild by an integration.

Discovery = 3

The user joined the guild through guild discovery.

Hub = 4

The user joined the guild through a student hub.

Invite = 5

The user joined the guild through an invite.

VanityUrl = 6

The user joined the guild through a vanity URL.

ManualMemberVerification = 7

The user was accepted into the guild after applying for membership.