Table of Contents

Class SocketStickerInfo

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

Represents information for a guild.

public class SocketStickerInfo
Inheritance
SocketStickerInfo
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