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)

Gets the ImageUrl of a sticker.

public ImageUrl GetImageUrl(ImageFormat format)

Parameters

format ImageFormat

The format of the returned ImageUrl.

Returns

ImageUrl

An ImageUrl pointing to the sticker.

Remarks

This ImageUrl does not support setting size. Sticker GIFs use the media URL instead of the CDN URL.