Table of Contents

Class PresenceMessage

Namespace
DiscordRPC.Message
Assembly
DiscordRPC.dll

Representation of the message received by discord when the presence has been updated.

public class PresenceMessage : IMessage
Inheritance
PresenceMessage
Inherited Members

Properties

ApplicationID

The ID of the application discord has set it for

public string ApplicationID { get; }

Property Value

string

Name

The name of the application Discord has set it for

public string Name { get; }

Property Value

string

Presence

The rich presence Discord has set

public BaseRichPresence Presence { get; }

Property Value

BaseRichPresence

Type

The type of message received from discord

public override MessageType Type { get; }

Property Value

MessageType