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

# extractAddressingContext

> Function extractAddressingContext in the Baileys API.

> **extractAddressingContext**(`stanza`): `object`

Defined in: [src/Utils/decode-wa-message.ts:106](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/decode-wa-message.ts#L106)

## Parameters

### stanza

[`BinaryNode`](/api-reference/type-aliases/BinaryNode)

## Returns

`object`

### addressingMode

> **addressingMode**: `string`

### recipientAlt

> **recipientAlt**: `undefined` | `string`

### senderAlt

> **senderAlt**: `undefined` | `string`
