2021-04-21 00:54:00 +02:00
|
|
|
---
|
|
|
|
|
description: |-
|
|
|
|
|
Required when sent as an in-room message. Indicates the
|
2024-06-07 19:31:58 +02:00
|
|
|
[`m.key.verification.request`](#mkeyverificationrequest) that this message is
|
|
|
|
|
related to. Note that for encrypted messages, this property should be in the
|
|
|
|
|
unencrypted portion of the event.
|
2021-04-21 00:54:00 +02:00
|
|
|
properties:
|
|
|
|
|
rel_type:
|
|
|
|
|
type: string
|
|
|
|
|
enum:
|
|
|
|
|
- m.reference
|
|
|
|
|
description: |-
|
2022-10-18 19:50:41 +02:00
|
|
|
The relationship type. Currently, this can only be an
|
|
|
|
|
[`m.reference`](/client-server-api/#reference-relations) relationship type.
|
2021-04-21 00:54:00 +02:00
|
|
|
event_id:
|
|
|
|
|
type: string
|
|
|
|
|
description: |-
|
2024-06-07 19:31:58 +02:00
|
|
|
The event ID of the
|
|
|
|
|
[`m.key.verification.request`](#mkeyverificationrequest) that this
|
|
|
|
|
message is related to.
|
2021-04-21 00:54:00 +02:00
|
|
|
type: object
|
|
|
|
|
title: VerificationRelatesTo
|