Search Results for

    Show / Hide Table of Contents

    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 Source

    Username

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX