Skip to content

Commit

Permalink
Update ChatMessage.md
Browse files Browse the repository at this point in the history
fix typo for roomId.
  • Loading branch information
mistryvinay authored Aug 24, 2022
1 parent 3afbfec commit f2c89da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/context/ref/ChatMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Message to send to a chat.
| Property | Type | Required | Example Value |
|-------------|---------|----------|-------------------|
| `type` | string | Yes | `'fdc3.chat.message'` |
| `chatRoom` | ChatRoom | Yes | `{ type: 'fdc3.chat.room', providerName: 'Symphony', id:{ roomdId: 'j75xqXy25NBOdacUI3FNBH'} }` |
| `chatRoom` | ChatRoom | Yes | `{ type: 'fdc3.chat.room', providerName: 'Symphony', id:{ roomId: 'j75xqXy25NBOdacUI3FNBH'} }` |
| `message` | [Message](https://fdc3.finos.org/schemas/next/message.schema.json) | Yes | `'A message to send'` |

## Example
Expand Down

0 comments on commit f2c89da

Please sign in to comment.