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
senderobjectThe Discord client handler that sent this event
argsPresenceMessageThe arguments supplied with the event