Table of Contents

Class Sticker

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Sticker : Entity, ISticker, ISnowflake
Inheritance
object
Sticker
Implements
Derived

Properties

AllowCloning

Wether you can clone this emoji.

public bool AllowCloning { get; }

Property Value

bool

CreatedAt

Object created at UTC date.

public DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

Id

Unique identifier (snowflake) for the object.

public ulong Id { get; }

Property Value

ulong

IsAnimated

Whether this sticker is animated.

public bool IsAnimated { get; }

Property Value

bool

Name

The name of the sticker.

public string Name { get; }

Property Value

string

Methods

Create(FluxerBaseClient, StickerJson)

Create a Sticker object from json.

public static Sticker Create(FluxerBaseClient client, StickerJson json)

Parameters

client FluxerBaseClient
json StickerJson

Returns

Sticker