Table of Contents

Delegate OnPresenceUpdateEvent

Namespace
DiscordRPC.Events
Assembly
DiscordRPC.dll

Called when the Discord Client has updated the presence.

public delegate void OnPresenceUpdateEvent(object sender, PresenceMessage args)

Parameters

sender object

The Discord client handler that sent this event

args PresenceMessage

The arguments supplied with the event