Table of Contents

Class CurrentGuildUserOptions

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class CurrentGuildUserOptions
Inheritance
CurrentGuildUserOptions
Derived
Inherited Members

Properties

Nickname

New nickname, empty to remove nickname.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("nick")]
public string? Nickname { get; set; }

Property Value

string

Methods

WithNickname(string?)

New nickname, empty to remove nickname.

public CurrentGuildUserOptions WithNickname(string? nickname)

Parameters

nickname string

Returns

CurrentGuildUserOptions