Enum ActivityType
Specifies a Discord user's activity type.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ActivityType : int
Fields
Name | Description |
---|---|
Competing | The user is competing in a game. |
CustomStatus | The user has set a custom status. |
Listening | The user is listening to a song. |
Playing | The user is playing a game. |
Streaming | The user is streaming online. |
Watching | The user is watching some form of media. |