[@knotfive/chatpi-client-js](../README.md) › [Globals](../globals.md) › ["types"](../modules/_types_.md) › [Message](_types_.message.md)

# Interface: Message

## Hierarchy

* **Message**

## Index

### Properties

* [customDetails](_types_.message.md#customdetails)
* [files](_types_.message.md#files)
* [reactions](_types_.message.md#reactions)
* [replyTargetId](_types_.message.md#replytargetid)
* [text](_types_.message.md#text)

## Properties

###  customDetails

• **customDetails**: *any*

*Defined in [types.ts:46](https://github.com/ArcQ/chatpi/blob/8af0fd6/clients/js/chatpi-client/src/types.ts#L46)*

___

###  files

• **files**: *Array‹string›*

*Defined in [types.ts:44](https://github.com/ArcQ/chatpi/blob/8af0fd6/clients/js/chatpi-client/src/types.ts#L44)*

___

###  reactions

• **reactions**: *Array‹[Reaction](_types_.reaction.md)›*

*Defined in [types.ts:47](https://github.com/ArcQ/chatpi/blob/8af0fd6/clients/js/chatpi-client/src/types.ts#L47)*

___

###  replyTargetId

• **replyTargetId**: *string*

*Defined in [types.ts:45](https://github.com/ArcQ/chatpi/blob/8af0fd6/clients/js/chatpi-client/src/types.ts#L45)*

___

###  text

• **text**: *string*

*Defined in [types.ts:43](https://github.com/ArcQ/chatpi/blob/8af0fd6/clients/js/chatpi-client/src/types.ts#L43)*
