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

# GalaxyFlowAction

> Protobuf class GalaxyFlowAction generated from WAProto.

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

## Implements

* [`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction)

## Constructors

### new GalaxyFlowAction()

> **new GalaxyFlowAction**(`p`?): [`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

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

#### Parameters

##### p?

[`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction)

#### Returns

[`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

## Properties

### flowId?

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

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

#### Implementation of

[`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction).[`flowId`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction#flowid)

***

### stanzaId?

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

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

#### Implementation of

[`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction).[`stanzaId`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction#stanzaid)

***

### type?

> `optional` **type**: `null` | [`NOTIFY_LAUNCH`](/proto-reference/Message/PeerDataOperationRequestMessage/GalaxyFlowAction/enumerations/GalaxyFlowActionType#notify_launch)

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

#### Implementation of

[`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction).[`type`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction#type)

## Methods

### create()

> `static` **create**(`properties`?): [`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

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

#### Parameters

##### properties?

[`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction)

#### Returns

[`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

***

### encode()

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

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

#### Parameters

##### m

[`IGalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/interfaces/IGalaxyFlowAction)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

> `static` **fromObject**(`d`): [`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

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

#### Parameters

##### d

#### Returns

[`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`GalaxyFlowAction`](/proto-reference/Message/PeerDataOperationRequestMessage/classes/GalaxyFlowAction)

##### o?

`IConversionOptions`

#### Returns

`object`
