Class DiscordModifyCurrentUser
Represents a Modify Current User parameter model. Docs: https://discord.com/developers/docs/resources/user#connection-object-json-params
Inheritance
System.Object
DiscordModifyCurrentUser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Color_Chan.Discord.Core.Common.API.Params.User
Assembly: Color-Chan.Discord.Core.dll
Syntax
public class DiscordModifyCurrentUser
Properties
| Improve this Doc View SourceUsername
User's username, if changed may cause the user's discriminator to be randomized.
Declaration
[JsonPropertyName("username")]
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |