Class SubscribeMessage
- Namespace
- DiscordRPC.Message
- Assembly
- DiscordRPC.dll
Called as validation of a subscribe
public class SubscribeMessage : IMessage
- Inheritance
-
SubscribeMessage
- Inherited Members
Properties
Event
The event that was subscribed too.
public EventType Event { get; }
Property Value
Type
The type of message received from discord
public override MessageType Type { get; }