Table of Contents

Interface IStickerItem

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a partial sticker item received with a message.

public interface IStickerItem

Properties

Format

The format of the sticker.

StickerFormatType Format { get; }

Property Value

StickerFormatType

Id

The id of the sticker.

ulong Id { get; }

Property Value

ulong

Name

The name of the sticker.

string Name { get; }

Property Value

string