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
objectThe Discord client handler that sent this event
args
PresenceMessageThe arguments supplied with the event