Enum ActivityType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies a Discord user's activity type.
public enum ActivityType
Fields
Competing = 5
The user is competing in a game.
CustomStatus = 4
The user has set a custom status.
Listening = 2
The user is listening to a song.
Playing = 0
The user is playing a game.
Streaming = 1
The user is streaming online.
Watching = 3
The user is watching some form of media.