Table of Contents

Delegate OnSubscribeEvent

Namespace
DiscordRPC.Events
Assembly
DiscordRPC.dll

Called when the Discord Client has subscribed to an event.

public delegate void OnSubscribeEvent(object sender, SubscribeMessage args)

Parameters

sender object

The Discord client handler that sent this event

args SubscribeMessage

The arguments supplied with the event