Skip to main content

Enum ActivityType

Specifies a Discord user's activity type.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ActivityType

Fields​

Playing​

The user is playing a game.

View Source​
Declaration
Playing = 0

Streaming​

The user is streaming online.

View Source​
Declaration
Streaming = 1

Listening​

The user is listening to a song.

View Source​
Declaration
Listening = 2

Watching​

The user is watching some form of media.

View Source​
Declaration
Watching = 3

CustomStatus​

The user has set a custom status.

View Source​
Declaration
CustomStatus = 4

Competing​

The user is competing in a game.

View Source​
Declaration
Competing = 5