Class SelfUserProperties
Properties that are used to modify the Discord.ISelfUser with the specified changes.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class SelfUserProperties
Properties​
Username​
Gets or sets the username.
View Source​
Declaration
public Optional<string> Username { get; set; }
Avatar​
Gets or sets the avatar.
View Source​
Declaration
public Optional<Image?> Avatar { get; set; }