Table of Contents

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

Optional<string>

Name

Gets or sets the name of the sticker.

public Optional<string> Name { get; set; }

Property Value

Optional<string>

Tags

Gets or sets the tags of the sticker.

public Optional<IEnumerable<string>> Tags { get; set; }

Property Value

Optional<IEnumerable<string>>