Class UserSettingsUpdateEventArgs
Represents arguments for UserSettingsUpdated event.
Inheritance
System.Object
System.EventArgs
UserSettingsUpdateEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class UserSettingsUpdateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceUser
Gets the user whose settings were updated.
Declaration
public DiscordUser User { get; }
Property Value
Type | Description |
---|---|
DiscordUser |