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

# NativeFlowInfo

> Protobuf class NativeFlowInfo generated from WAProto.

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

## Implements

* [`INativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo)

## Constructors

### new NativeFlowInfo()

> **new NativeFlowInfo**(`p`?): [`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

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

#### Parameters

##### p?

[`INativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo)

#### Returns

[`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

## Properties

### name?

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

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

#### Implementation of

[`INativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo).[`name`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo#name)

***

### paramsJson?

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

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

#### Implementation of

[`INativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo).[`paramsJson`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo#paramsjson)

## Methods

### create()

> `static` **create**(`properties`?): [`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

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

#### Parameters

##### properties?

[`INativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo)

#### Returns

[`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

***

### decode()

> `static` **decode**(`r`, `l`?): [`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

***

### encode()

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

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

#### Parameters

##### m

[`INativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/interfaces/INativeFlowInfo)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

> `static` **fromObject**(`d`): [`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

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

#### Parameters

##### d

#### Returns

[`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`NativeFlowInfo`](/proto-reference/Message/ButtonsMessage/Button/classes/NativeFlowInfo)

##### o?

`IConversionOptions`

#### Returns

`object`
