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

# UrlTrackingMapElement

> Protobuf class UrlTrackingMapElement generated from WAProto.

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

## Implements

* [`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement)

## Constructors

### new UrlTrackingMapElement()

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

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

#### Parameters

##### p?

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement)

#### Returns

[`UrlTrackingMapElement`](/proto-reference/UrlTrackingMap/classes/UrlTrackingMapElement)

## Properties

### cardIndex?

> `optional` **cardIndex**: `null` | `number`

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

#### Implementation of

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement).[`cardIndex`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement#cardindex)

***

### consentedUsersUrl?

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

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

#### Implementation of

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement).[`consentedUsersUrl`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement#consentedusersurl)

***

### originalUrl?

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

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

#### Implementation of

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement).[`originalUrl`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement#originalurl)

***

### unconsentedUsersUrl?

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

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

#### Implementation of

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement).[`unconsentedUsersUrl`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement#unconsentedusersurl)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement)

#### Returns

[`UrlTrackingMapElement`](/proto-reference/UrlTrackingMap/classes/UrlTrackingMapElement)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`UrlTrackingMapElement`](/proto-reference/UrlTrackingMap/classes/UrlTrackingMapElement)

***

### encode()

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

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

#### Parameters

##### m

[`IUrlTrackingMapElement`](/proto-reference/UrlTrackingMap/interfaces/IUrlTrackingMapElement)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`UrlTrackingMapElement`](/proto-reference/UrlTrackingMap/classes/UrlTrackingMapElement)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`UrlTrackingMapElement`](/proto-reference/UrlTrackingMap/classes/UrlTrackingMapElement)

##### o?

`IConversionOptions`

#### Returns

`object`
