Class CurrentGuildUserOptions
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
Methods
WithNickname(string?)
New nickname, empty to remove nickname.
public CurrentGuildUserOptions WithNickname(string? nickname)
Parameters
nickname
string