Table of Contents

Class StickerInfo

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Represents information for a guild.

public class StickerInfo
Inheritance
StickerInfo
Inherited Members

Properties

Description

Gets the description of the sticker. null if the value was not updated in this entry.

public string Description { get; set; }

Property Value

string

Name

Gets the name of the sticker. null if the value was not updated in this entry.

public string Name { get; set; }

Property Value

string

Tags

Gets tags of the sticker. null if the value was not updated in this entry.

public string Tags { get; set; }

Property Value

string