[chatgpt](../readme.md) / [Exports](../modules.md) / ChatMessage # Interface: ChatMessage ## Table of contents ### Properties - [conversationId](ChatMessage.md#conversationid) - [delta](ChatMessage.md#delta) - [detail](ChatMessage.md#detail) - [id](ChatMessage.md#id) - [name](ChatMessage.md#name) - [parentMessageId](ChatMessage.md#parentmessageid) - [role](ChatMessage.md#role) - [text](ChatMessage.md#text) ## Properties ### conversationId • `Optional` **conversationId**: `string` #### Defined in [src/types.ts:70](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L70) ___ ### delta • `Optional` **delta**: `string` #### Defined in [src/types.ts:64](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L64) ___ ### detail • `Optional` **detail**: `any` #### Defined in [src/types.ts:65](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L65) ___ ### id • **id**: `string` #### Defined in [src/types.ts:60](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L60) ___ ### name • `Optional` **name**: `string` #### Defined in [src/types.ts:63](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L63) ___ ### parentMessageId • `Optional` **parentMessageId**: `string` #### Defined in [src/types.ts:68](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L68) ___ ### role • **role**: [`Role`](../modules.md#role) #### Defined in [src/types.ts:62](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L62) ___ ### text • **text**: `string` #### Defined in [src/types.ts:61](https://github.com/transitive-bullshit/chatgpt-api/blob/c4ffe53/src/types.ts#L61)