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

# ScheduledCallCreationMessage

> Protobuf class ScheduledCallCreationMessage generated from WAProto.

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

## Implements

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

## Constructors

### new ScheduledCallCreationMessage()

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

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

#### Parameters

##### p?

[`IScheduledCallCreationMessage`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage)

#### Returns

[`ScheduledCallCreationMessage`](/proto-reference/Message/classes/ScheduledCallCreationMessage)

## Properties

### callType?

> `optional` **callType**: `null` | [`CallType`](/proto-reference/Message/ScheduledCallCreationMessage/enumerations/CallType)

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

#### Implementation of

[`IScheduledCallCreationMessage`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage).[`callType`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage#calltype)

***

### scheduledTimestampMs?

> `optional` **scheduledTimestampMs**: `null` | `number` | `Long`

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

#### Implementation of

[`IScheduledCallCreationMessage`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage).[`scheduledTimestampMs`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage#scheduledtimestampms)

***

### title?

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

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

#### Implementation of

[`IScheduledCallCreationMessage`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage).[`title`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage#title)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IScheduledCallCreationMessage`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage)

#### Returns

[`ScheduledCallCreationMessage`](/proto-reference/Message/classes/ScheduledCallCreationMessage)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`ScheduledCallCreationMessage`](/proto-reference/Message/classes/ScheduledCallCreationMessage)

***

### encode()

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

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

#### Parameters

##### m

[`IScheduledCallCreationMessage`](/proto-reference/Message/interfaces/IScheduledCallCreationMessage)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`ScheduledCallCreationMessage`](/proto-reference/Message/classes/ScheduledCallCreationMessage)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`ScheduledCallCreationMessage`](/proto-reference/Message/classes/ScheduledCallCreationMessage)

##### o?

`IConversionOptions`

#### Returns

`object`
