Table of Contents

Delegate OnUnsubscribeEvent

Namespace
DiscordRPC.Events
Assembly
DiscordRPC.dll

Called when the Discord Client has unsubscribed from an event.

public delegate void OnUnsubscribeEvent(object sender, UnsubscribeMessage args)

Parameters

sender object

The Discord client handler that sent this event

args UnsubscribeMessage

The arguments supplied with the event