Table of Contents

Class UnsubscribeMessage

Namespace
DiscordRPC.Message
Assembly
DiscordRPC.dll

Called as validation of a subscribe

public class UnsubscribeMessage : IMessage
Inheritance
UnsubscribeMessage
Inherited Members

Properties

Event

The event that was subscribed too.

public EventType Event { get; }

Property Value

EventType

Type

The type of message received from discord

public override MessageType Type { get; }

Property Value

MessageType