Class UserUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for UserUpdated event.
public class UserUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
UserUpdatedEventArgs
Properties
- UserAfter
Gets the post-update user.
- UserBefore
Gets the pre-update user.