Search Results for

    Show / Hide Table of Contents

    Class DiscordModifyCurrentUserNick

    Represents a discord Modify Current User Nick API request model. Docs: https://discord.com/developers/docs/resources/guild#modify-current-user-nick

    Inheritance
    System.Object
    DiscordModifyCurrentUserNick
    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.Guild
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordModifyCurrentUserNick

    Properties

    | Improve this Doc View Source

    Nick

    Value to set users nickname to.

    Declaration
    [JsonPropertyName("nick")]
    public string Nick { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Requires MANAGE_NICKNAMES permission

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX