Table of Contents

Class GuildSticker

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class GuildSticker : Sticker, IGuildSticker, ISticker, ISnowflake
Inheritance
object
GuildSticker
Implements
Inherited Members
Extension Methods

Properties

Creator

public User? Creator { get; }

Property Value

User

Description

The description of the sticker.

public string? Description { get; }

Property Value

string

GuildId

Guild id for this sticker.

public ulong GuildId { get; }

Property Value

ulong

Tags

Autocomplete/suggestion tags for the sticker.

public List<string>? Tags { get; }

Property Value

List<string>

Methods

Create(FluxerBaseClient, GuildStickerJson, ulong)

Create a GuildSticker object from json.

public static GuildSticker Create(FluxerBaseClient client, GuildStickerJson json, ulong guildId)

Parameters

client FluxerBaseClient
json GuildStickerJson
guildId ulong

Returns

GuildSticker

GetStickerUrl(int)

Get the sticker's image.

public string? GetStickerUrl(int size = 320)

Parameters

size int

Returns

string