Skip to main content

Enum ActivityProperties

Flags for the Discord.IActivity.Flags property, that are ORd together. These describe what the activity payload includes.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
[Flags]
public enum ActivityProperties

Fields​

None​

Indicates that no actions on this activity can be taken.

View Source​
Declaration
None = 0

Instance​

View Source​
Declaration
Instance = 1

Join​

Indicates that this activity can be joined.

View Source​
Declaration
Join = 2

Spectate​

Indicates that this activity can be spectated.

View Source​
Declaration
Spectate = 4

JoinRequest​

Indicates that a user may request to join an activity.

View Source​
Declaration
JoinRequest = 8

Sync​

Indicates that a user can listen along in Spotify.

View Source​
Declaration
Sync = 16

Play​

Indicates that a user can play this song.

View Source​
Declaration
Play = 32

PartyPrivacyFriends​

Indicates that a user is playing an activity in a voice channel with friends.

View Source​
Declaration
PartyPrivacyFriends = 64

PartyPrivacyVoiceChannel​

Indicates that a user is playing an activity in a voice channel.

View Source​
Declaration
PartyPrivacyVoiceChannel = 128

Embedded​

Indicates that a user is playing an activity in a voice channel.

View Source​
Declaration
Embedded = 128