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
Name
The name of the application Discord has set it for
public string Name { get; }
Property Value
Presence
The rich presence Discord has set
public BaseRichPresence Presence { get; }
Property Value
Type
The type of message received from discord
public override MessageType Type { get; }