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
Format
public StickerFormat Format { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
Name
public string Name { get; }
Property Value
Tags
public IReadOnlyList<string> Tags { get; }
Property Value
Methods
GetImageUrl(ImageFormat)
Gets the ImageUrl of a sticker.
public ImageUrl GetImageUrl(ImageFormat format)
Parameters
formatImageFormatThe format of the returned ImageUrl.
Returns
Remarks
This ImageUrl does not support setting size. Sticker GIFs use the media URL instead of the CDN URL.