> ## Documentation Index
> Fetch the complete documentation index at: https://yor.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Yor.ts | classes/Sticker

[yor.ts](../README) / [Exports](../modules) / Sticker

# Class: Sticker

## Hierarchy

* [`Base`](Base)

  ↳ **`Sticker`**

## Table of contents

### Constructors

* [constructor](Sticker#constructor)

### Properties

* [available](Sticker#available)
* [client](Sticker#client)
* [creator](Sticker#creator)
* [id](Sticker#id)
* [name](Sticker#name)
* [raw](Sticker#raw)
* [tags](Sticker#tags)
* [type](Sticker#type)

## Constructors

### constructor

• **new Sticker**(`client`, `data`): [`Sticker`](Sticker)

Represents a sticker on the Discord platform.

#### Parameters

| Name     | Type                     | Description             |
| :------- | :----------------------- | :---------------------- |
| `client` | [`YorClient`](YorClient) | The YorClient instance. |
| `data`   | `APISticker`             | The APISticker object.  |

#### Returns

[`Sticker`](Sticker)

#### Overrides

[Base](Base).[constructor](Base#constructor)

#### Defined in

[src/structures/Sticker.ts:22](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L22)

## Properties

### available

• `Optional` **available**: `boolean`

#### Defined in

[src/structures/Sticker.ts:14](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L14)

***

### client

• **client**: [`YorClient`](YorClient)

#### Inherited from

[Base](Base).[client](Base#client)

#### Defined in

[src/structures/Base.ts:4](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Base.ts#L4)

***

### creator

• `Optional` **creator**: [`User`](User)

#### Defined in

[src/structures/Sticker.ts:13](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L13)

***

### id

• **id**: `string`

#### Defined in

[src/structures/Sticker.ts:9](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L9)

***

### name

• **name**: `string`

#### Defined in

[src/structures/Sticker.ts:10](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L10)

***

### raw

• **raw**: `APISticker`

#### Defined in

[src/structures/Sticker.ts:8](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L8)

***

### tags

• `Optional` **tags**: `string`

#### Defined in

[src/structures/Sticker.ts:11](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L11)

***

### type

• `Optional` **type**: `StickerType`

#### Defined in

[src/structures/Sticker.ts:12](https://github.com/OreOreki/yor.ts/blob/ff21935/src/structures/Sticker.ts#L12)
