Enum ClientType
Defines the types of clients a user can be active on.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ClientType
Fields​
Mobile​
The user is active using the mobile application.
View Source​
Declaration
Mobile = 0
Desktop​
The user is active using the desktop application.
View Source​
Declaration
Desktop = 1
Web​
The user is active using the web application.
View Source​
Declaration
Web = 2