Table of Contents

Enum ClientType

Namespace
Discord
Assembly
Discord.Net.Core.dll

Defines the types of clients a user can be active on.

public enum ClientType

Fields

Desktop = 1

The user is active using the desktop application.

Mobile = 0

The user is active using the mobile application.

Web = 2

The user is active using the web application.