Class UserUpdateEventArgs
Represents arguments for UserUpdated event.
Namespace: KSharpPlus.EventArgs.User
Assembly: KSharpPlus.dll
Syntax
public class UserUpdateEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceUserAfter
Gets the post-update user.
Declaration
public KuracordUser UserAfter { get; }
Property Value
Type | Description |
---|---|
KuracordUser |
UserBefore
Gets the pre-update user.
Declaration
public KuracordUser UserBefore { get; }
Property Value
Type | Description |
---|---|
KuracordUser |