<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Message](./sip.js.message.md)

## Message class

A received message (incoming MESSAGE).

<b>Signature:</b>

```typescript
export declare class Message 
```

## Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `Message` class.

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [request](./sip.js.message.request.md) |  | <code>IncomingRequestMessage</code> | Incoming MESSAGE request message. |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [accept(options)](./sip.js.message.accept.md) |  | Accept the request. |
|  [reject(options)](./sip.js.message.reject.md) |  | Reject the request. |

