Table of Contents

Enum ConnectionType

Namespace
NetCord.Rest
Assembly
NetCord.dll
[JsonConverter(typeof(SafeStringEnumConverter<ConnectionType>))]
public enum ConnectionType

Fields

[JsonPropertyName("battlenet")] BattleNet = 0
[JsonPropertyName("bungie")] Bungie = 1
[JsonPropertyName("domain")] Domain = 2
[JsonPropertyName("ebay")] Ebay = 3
[JsonPropertyName("epicgames")] EpicGames = 4
[JsonPropertyName("facebook")] Facebook = 5
[JsonPropertyName("github")] GitHub = 6
[JsonPropertyName("instagram")] Instagram = 7
[JsonPropertyName("leagueoflegends")] LeagueOfLegends = 8
[JsonPropertyName("paypal")] PayPal = 9
[JsonPropertyName("playstation")] PlayStation = 10
[JsonPropertyName("reddit")] Reddit = 11
[JsonPropertyName("riotgames")] RiotGames = 12
[JsonPropertyName("roblox")] Roblox = 13
[JsonPropertyName("skype")] Skype = 15
[JsonPropertyName("spotify")] Spotify = 14
[JsonPropertyName("steam")] Steam = 16
[JsonPropertyName("tiktok")] TikTok = 17
[JsonPropertyName("twitch")] Twitch = 18
[JsonPropertyName("twitter")] Twitter = 19
[JsonPropertyName("xbox")] Xbox = 20
[JsonPropertyName("youtube")] YouTube = 21