Class GuildStickerOptions
- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public class GuildStickerOptions
- Inheritance
-
GuildStickerOptions
- Inherited Members
-
Properties
Description
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
- string
Name
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
- string
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("tags")]
public string? Tags { get; set; }
Property Value
- string
Methods
WithDescription(string?)
public GuildStickerOptions WithDescription(string? description)
Parameters
description
string
Returns
- GuildStickerOptions
WithName(string?)
public GuildStickerOptions WithName(string? name)
Parameters
name
string
Returns
- GuildStickerOptions
public GuildStickerOptions WithTags(string? tags)
Parameters
tags
string
Returns
- GuildStickerOptions