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

# UserStatusMuteAction

> Protobuf class UserStatusMuteAction generated from WAProto.

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

## Implements

* [`IUserStatusMuteAction`](/proto-reference/SyncActionValue/interfaces/IUserStatusMuteAction)

## Constructors

### new UserStatusMuteAction()

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

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

#### Parameters

##### p?

[`IUserStatusMuteAction`](/proto-reference/SyncActionValue/interfaces/IUserStatusMuteAction)

#### Returns

[`UserStatusMuteAction`](/proto-reference/SyncActionValue/classes/UserStatusMuteAction)

## Properties

### muted?

> `optional` **muted**: `null` | `boolean`

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

#### Implementation of

[`IUserStatusMuteAction`](/proto-reference/SyncActionValue/interfaces/IUserStatusMuteAction).[`muted`](/proto-reference/SyncActionValue/interfaces/IUserStatusMuteAction#muted)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IUserStatusMuteAction`](/proto-reference/SyncActionValue/interfaces/IUserStatusMuteAction)

#### Returns

[`UserStatusMuteAction`](/proto-reference/SyncActionValue/classes/UserStatusMuteAction)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`UserStatusMuteAction`](/proto-reference/SyncActionValue/classes/UserStatusMuteAction)

***

### encode()

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

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

#### Parameters

##### m

[`IUserStatusMuteAction`](/proto-reference/SyncActionValue/interfaces/IUserStatusMuteAction)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`UserStatusMuteAction`](/proto-reference/SyncActionValue/classes/UserStatusMuteAction)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`UserStatusMuteAction`](/proto-reference/SyncActionValue/classes/UserStatusMuteAction)

##### o?

`IConversionOptions`

#### Returns

`object`
