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

# Interface: onMessageReceive

## Hierarchy

* **onMessageReceive**

## Callable

▸ (`channelId`: [ChannelId](../modules/_types_.md#channelid), `messages`: [ChatpiPresence](_types_.chatpipresence.md)): *void*

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

**Parameters:**

Name | Type |
------ | ------ |
`channelId` | [ChannelId](../modules/_types_.md#channelid) |
`messages` | [ChatpiPresence](_types_.chatpipresence.md) |

**Returns:** *void*
