[**GREEN-API WhatsApp SDK v2 v1.0.3**](../README.md)

***

[GREEN-API WhatsApp SDK v2](../globals.md) / BaseMessage

# Interface: BaseMessage

Defined in: [types/messages.ts:6](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/messages.ts#L6)

Common properties shared by all message types.

## Extended by

- [`SendMessage`](SendMessage.md)
- [`SendFileByUrl`](SendFileByUrl.md)
- [`SendFileByUpload`](SendFileByUpload.md)
- [`SendPoll`](SendPoll.md)
- [`SendLocation`](SendLocation.md)
- [`SendContact`](SendContact.md)

## Properties

### chatId

> **chatId**: `string`

Defined in: [types/messages.ts:7](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/messages.ts#L7)

***

### quotedMessageId?

> `optional` **quotedMessageId**: `string`

Defined in: [types/messages.ts:8](https://github.com/green-api/whatsapp-api-client-js-v2/blob/7fa39a40b101be7898f7db72bda0dfd9731ef5fd/src/types/messages.ts#L8)
