Enum ActivityType
Determines the type of a user activity.
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public enum ActivityType
Fields
Name | Description |
---|---|
Competing | Indicates the user is competing in something. |
Custom | Indicates the current activity is a custom status. |
ListeningTo | Indicates the user is listening to something. |
Playing | Indicates the user is playing a game. |
Streaming | Indicates the user is streaming a game. |
Watching | Indicates the user is watching something. |