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