Table of Contents

Class PresenceUpdatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for PresenceUpdated event.

public class PresenceUpdatedEventArgs : DiscordEventArgs
Inheritance
PresenceUpdatedEventArgs

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.