Class StickerProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a class used to modify stickers.
public class StickerProperties
- Inheritance
-
StickerProperties
- Inherited Members
Properties
Description
Gets or sets the description of the sticker.
public Optional<string> Description { get; set; }
Property Value
Name
Gets or sets the name of the sticker.
public Optional<string> Name { get; set; }
Property Value
Tags
Gets or sets the tags of the sticker.
public Optional<IEnumerable<string>> Tags { get; set; }