Skip to content

Interface: ChatMessageRequest

Defined in: api/endpoints/chatMessage/request/ChatMessageRequest.ts:4

Request body for creating a new chat message.

Properties

contents

contents: string

Defined in: api/endpoints/chatMessage/request/ChatMessageRequest.ts:13

The message contents


emergencyId

emergencyId: string

Defined in: api/endpoints/chatMessage/request/ChatMessageRequest.ts:8

The id of the emergency associated with the message

Released under the GPL-3.0 License.