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

# SyncActionMessageRange

> Protobuf class SyncActionMessageRange generated from WAProto.

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

## Implements

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

## Constructors

### new SyncActionMessageRange()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### lastMessageTimestamp?

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

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

#### Implementation of

[`ISyncActionMessageRange`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessageRange).[`lastMessageTimestamp`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessageRange#lastmessagetimestamp)

***

### lastSystemMessageTimestamp?

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

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

#### Implementation of

[`ISyncActionMessageRange`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessageRange).[`lastSystemMessageTimestamp`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessageRange#lastsystemmessagetimestamp)

***

### messages

> **messages**: [`ISyncActionMessage`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessage)\[]

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

#### Implementation of

[`ISyncActionMessageRange`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessageRange).[`messages`](/proto-reference/SyncActionValue/interfaces/ISyncActionMessageRange#messages)

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
