Table of Contents

Enum ActivityProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

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

[Flags]
public enum ActivityProperties

Fields

Embedded = 128

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

Instance = 1
Join = 2

Indicates that this activity can be joined.

JoinRequest = 8

Indicates that a user may request to join an activity.

None = 0

Indicates that no actions on this activity can be taken.

PartyPrivacyFriends = 64

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

PartyPrivacyVoiceChannel = 128

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

Play = 32

Indicates that a user can play this song.

Spectate = 4

Indicates that this activity can be spectated.

Sync = 16

Indicates that a user can listen along in Spotify.