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

# BinaryInfo

> Class BinaryInfo in the Baileys API.

Defined in: [src/WAM/BinaryInfo.ts:3](https://github.com/WhiskeySockets/Baileys/blob/master/src/WAM/BinaryInfo.ts#L3)

## Constructors

### new BinaryInfo()

> **new BinaryInfo**(`options`): [`BinaryInfo`](/api-reference/classes/BinaryInfo)

Defined in: [src/WAM/BinaryInfo.ts:9](https://github.com/WhiskeySockets/Baileys/blob/master/src/WAM/BinaryInfo.ts#L9)

#### Parameters

##### options

`Partial`\<[`BinaryInfo`](/api-reference/classes/BinaryInfo)> = `{}`

#### Returns

[`BinaryInfo`](/api-reference/classes/BinaryInfo)

## Properties

### buffer

> **buffer**: `Buffer`\<`ArrayBufferLike`>\[] = `[]`

Defined in: [src/WAM/BinaryInfo.ts:7](https://github.com/WhiskeySockets/Baileys/blob/master/src/WAM/BinaryInfo.ts#L7)

***

### events

> **events**: `object`\[]

Defined in: [src/WAM/BinaryInfo.ts:6](https://github.com/WhiskeySockets/Baileys/blob/master/src/WAM/BinaryInfo.ts#L6)

#### Index Signature

\[`key`: `string`]: `object`

***

### protocolVersion

> **protocolVersion**: `number` = `5`

Defined in: [src/WAM/BinaryInfo.ts:4](https://github.com/WhiskeySockets/Baileys/blob/master/src/WAM/BinaryInfo.ts#L4)

***

### sequence

> **sequence**: `number` = `0`

Defined in: [src/WAM/BinaryInfo.ts:5](https://github.com/WhiskeySockets/Baileys/blob/master/src/WAM/BinaryInfo.ts#L5)
