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

# StatusStickerInteractionMessage

> Protobuf class StatusStickerInteractionMessage generated from WAProto.

Defined in: [WAProto/index.d.ts:8967](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8967)

## Implements

* [`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage)

## Constructors

### new StatusStickerInteractionMessage()

> **new StatusStickerInteractionMessage**(`p`?): [`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

Defined in: [WAProto/index.d.ts:8968](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8968)

#### Parameters

##### p?

[`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage)

#### Returns

[`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

## Properties

### key?

> `optional` **key**: `null` | [`IMessageKey`](/proto-reference/interfaces/IMessageKey)

Defined in: [WAProto/index.d.ts:8969](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8969)

#### Implementation of

[`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage).[`key`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage#key)

***

### stickerKey?

> `optional` **stickerKey**: `null` | `string`

Defined in: [WAProto/index.d.ts:8970](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8970)

#### Implementation of

[`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage).[`stickerKey`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage#stickerkey)

***

### type?

> `optional` **type**: `null` | [`StatusStickerType`](/proto-reference/Message/StatusStickerInteractionMessage/enumerations/StatusStickerType)

Defined in: [WAProto/index.d.ts:8971](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8971)

#### Implementation of

[`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage).[`type`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage#type)

## Methods

### create()

> `static` **create**(`properties`?): [`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

Defined in: [WAProto/index.d.ts:8972](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8972)

#### Parameters

##### properties?

[`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage)

#### Returns

[`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

***

### decode()

> `static` **decode**(`r`, `l`?): [`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

Defined in: [WAProto/index.d.ts:8974](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8974)

#### Parameters

##### r

`Uint8Array`\<`ArrayBufferLike`> | `Reader`

##### l?

`number`

#### Returns

[`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

***

### encode()

> `static` **encode**(`m`, `w`?): `Writer`

Defined in: [WAProto/index.d.ts:8973](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8973)

#### Parameters

##### m

[`IStatusStickerInteractionMessage`](/proto-reference/Message/interfaces/IStatusStickerInteractionMessage)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

> `static` **fromObject**(`d`): [`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

Defined in: [WAProto/index.d.ts:8975](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8975)

#### Parameters

##### d

#### Returns

[`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

***

### getTypeUrl()

> `static` **getTypeUrl**(`typeUrlPrefix`?): `string`

Defined in: [WAProto/index.d.ts:8978](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8978)

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

> **toJSON**(): `object`

Defined in: [WAProto/index.d.ts:8977](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8977)

#### Returns

`object`

***

### toObject()

> `static` **toObject**(`m`, `o`?): `object`

Defined in: [WAProto/index.d.ts:8976](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L8976)

#### Parameters

##### m

[`StatusStickerInteractionMessage`](/proto-reference/Message/classes/StatusStickerInteractionMessage)

##### o?

`IConversionOptions`

#### Returns

`object`
