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

# RemoveRecentStickerAction

> Protobuf class RemoveRecentStickerAction generated from WAProto.

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

## Implements

* [`IRemoveRecentStickerAction`](/proto-reference/SyncActionValue/interfaces/IRemoveRecentStickerAction)

## Constructors

### new RemoveRecentStickerAction()

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

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

#### Parameters

##### p?

[`IRemoveRecentStickerAction`](/proto-reference/SyncActionValue/interfaces/IRemoveRecentStickerAction)

#### Returns

[`RemoveRecentStickerAction`](/proto-reference/SyncActionValue/classes/RemoveRecentStickerAction)

## Properties

### lastStickerSentTs?

> `optional` **lastStickerSentTs**: `null` | `number` | `Long`

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

#### Implementation of

[`IRemoveRecentStickerAction`](/proto-reference/SyncActionValue/interfaces/IRemoveRecentStickerAction).[`lastStickerSentTs`](/proto-reference/SyncActionValue/interfaces/IRemoveRecentStickerAction#laststickersentts)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IRemoveRecentStickerAction`](/proto-reference/SyncActionValue/interfaces/IRemoveRecentStickerAction)

#### Returns

[`RemoveRecentStickerAction`](/proto-reference/SyncActionValue/classes/RemoveRecentStickerAction)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`RemoveRecentStickerAction`](/proto-reference/SyncActionValue/classes/RemoveRecentStickerAction)

***

### encode()

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

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

#### Parameters

##### m

[`IRemoveRecentStickerAction`](/proto-reference/SyncActionValue/interfaces/IRemoveRecentStickerAction)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`RemoveRecentStickerAction`](/proto-reference/SyncActionValue/classes/RemoveRecentStickerAction)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`RemoveRecentStickerAction`](/proto-reference/SyncActionValue/classes/RemoveRecentStickerAction)

##### o?

`IConversionOptions`

#### Returns

`object`
