Fixed broken link

This commit is contained in:
Samuel Hawksby-Robinson 2020-09-29 15:50:00 +01:00
parent 7f086defa9
commit 279fa598ba
No known key found for this signature in database
GPG Key ID: 64CF99D4A64A1205

View File

@ -144,7 +144,7 @@ message ChatMessage {
| 2 | timestamp | `uint64` | The sender timestamp at message creation |
| 3 | text | `string` | The content of the message |
| 4 | response_to | `string` | The ID of the message replied to |
| 5 | ens_name | `string` | DEPRECATED - [See Chat Message Identity](#chat-message-identity). The ENS name of the user sending the message |
| 5 | ens_name | `string` | DEPRECATED - [See Chat Identity](#chat-identity). The ENS name of the user sending the message |
| 6 | chat_id | `string` | The local ID of the chat the message is sent to |
| 7 | message_type | `MessageType` | The type of message, different for one-to-one, public or group chats |
| 8 | content_type | `ContentType` | The type of the content of the message |