Table of Contents

Interface IGuildSticker

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IGuildSticker : ISticker, ISnowflake
Inherited Members

Properties

Creator

The user that created the sticker.

IUser? Creator { get; }

Property Value

IUser

Description

The description of the sticker.

string? Description { get; }

Property Value

string

Tags

Autocomplete/suggestion tags for the sticker.

List<string>? Tags { get; }

Property Value

List<string>

Methods

GetStickerUrl(int)

Get the sticker's image.

string GetStickerUrl(int size)

Parameters

size int

Returns

string