Table of Contents

Enum Platform

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

Fields

[JsonPropertyName("desktop")] Desktop = 0
[JsonPropertyName("mobile")] Mobile = 1
[JsonPropertyName("web")] Web = 2