Interface IGuildSticker
public interface IGuildSticker : ISticker, ISnowflake
- Inherited Members
Properties
Creator
The user that created the sticker.
IUser? Creator { get; }
Property Value
Description
The description of the sticker.
string? Description { get; }
Property Value
Tags
Autocomplete/suggestion tags for the sticker.
List<string>? Tags { get; }
Property Value
Methods
GetStickerUrl(int)
Get the sticker's image.
string GetStickerUrl(int size)
Parameters
sizeint