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

# RLAttribution

> Protobuf class RLAttribution generated from WAProto.

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

## Implements

* [`IRLAttribution`](/proto-reference/StatusAttribution/interfaces/IRLAttribution)

## Constructors

### new RLAttribution()

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

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

#### Parameters

##### p?

[`IRLAttribution`](/proto-reference/StatusAttribution/interfaces/IRLAttribution)

#### Returns

[`RLAttribution`](/proto-reference/StatusAttribution/classes/RLAttribution)

## Properties

### source?

> `optional` **source**: `null` | [`Source`](/proto-reference/StatusAttribution/RLAttribution/enumerations/Source)

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

#### Implementation of

[`IRLAttribution`](/proto-reference/StatusAttribution/interfaces/IRLAttribution).[`source`](/proto-reference/StatusAttribution/interfaces/IRLAttribution#source)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IRLAttribution`](/proto-reference/StatusAttribution/interfaces/IRLAttribution)

#### Returns

[`RLAttribution`](/proto-reference/StatusAttribution/classes/RLAttribution)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`RLAttribution`](/proto-reference/StatusAttribution/classes/RLAttribution)

***

### encode()

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

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

#### Parameters

##### m

[`IRLAttribution`](/proto-reference/StatusAttribution/interfaces/IRLAttribution)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`RLAttribution`](/proto-reference/StatusAttribution/classes/RLAttribution)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`RLAttribution`](/proto-reference/StatusAttribution/classes/RLAttribution)

##### o?

`IConversionOptions`

#### Returns

`object`
