Table of Contents

Enum ActivityType

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Determines the type of a user activity.

public enum ActivityType

Fields

Playing = 0

Indicates the user is playing a game.

Streaming = 1

Indicates the user is streaming a game.

ListeningTo = 2

Indicates the user is listening to something.

Watching = 3

Indicates the user is watching something.

Custom = 4

Indicates the current activity is a custom status.

Competing = 5

Indicates the user is competing in something.