Table of Contents

Class PresenceUpdateEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for PresenceUpdated event.

public class PresenceUpdateEventArgs : DiscordEventArgs
Inheritance
PresenceUpdateEventArgs
Inherited Members

Properties

Activity

Gets the user's new game.

PresenceAfter

Gets the user's new presence.

PresenceBefore

Gets the user's old presence.

Status

Gets the user's status.

User

Gets the user whose presence was updated.

UserAfter

Gets the user after the presence update.

UserBefore

Gets the user prior to presence update.