Class CurrentGuildUserOptions
public class CurrentGuildUserOptions
- Inheritance
-
CurrentGuildUserOptions
- Derived
- Inherited Members
Properties
Avatar
New avatar image.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("avatar")]
public ImageProperties? Avatar { get; set; }
Property Value
Banner
New banner image.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("banner")]
public ImageProperties? Banner { get; set; }
Property Value
Bio
New bio, empty to remove bio.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("bio")]
public string? Bio { get; set; }
Property Value
Nickname
New nickname, empty to remove nickname.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("nick")]
public string? Nickname { get; set; }
Property Value
Methods
WithAvatar(ImageProperties?)
New avatar image.
public CurrentGuildUserOptions WithAvatar(ImageProperties? avatar)
Parameters
avatarImageProperties?
Returns
WithBanner(ImageProperties?)
New banner image.
public CurrentGuildUserOptions WithBanner(ImageProperties? banner)
Parameters
bannerImageProperties?
Returns
WithBio(string?)
New bio, empty to remove bio.
public CurrentGuildUserOptions WithBio(string? bio)
Parameters
biostring
Returns
WithNickname(string?)
New nickname, empty to remove nickname.
public CurrentGuildUserOptions WithNickname(string? nickname)
Parameters
nicknamestring