Table of Contents

Class Sticker

Namespace
NetCord
Assembly
NetCord.dll
public abstract class Sticker : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonSticker>
Inheritance
Sticker
Implements
Derived
Inherited Members

Properties

Description

public string Description { get; }

Property Value

string

Format

public StickerFormat Format { get; }

Property Value

StickerFormat

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

Tags

public IReadOnlyList<string> Tags { get; }

Property Value

IReadOnlyList<string>

Methods

GetImageUrl(ImageFormat)

public ImageUrl GetImageUrl(ImageFormat format)

Parameters

format ImageFormat

Returns

ImageUrl