Enum DiscordActivityType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Determines the type of a user activity.
public enum DiscordActivityType
- Extension Methods
Fields
Competing = 5Indicates the user is competing in something.
Custom = 4Indicates the current activity is a custom status.
ListeningTo = 2Indicates the user is listening to something.
Playing = 0Indicates the user is playing a game.
Streaming = 1Indicates the user is streaming a game.
Watching = 3Indicates the user is watching something.