You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
550 B
YAML
21 lines
550 B
YAML
4 years ago
|
---
|
||
|
description: |-
|
||
|
Required when sent as an in-room message. Indicates the
|
||
|
`m.key.verification.request` that this message is related to. Note that for
|
||
|
encrypted messages, this property should be in the unencrypted portion of the
|
||
|
event.
|
||
|
properties:
|
||
|
rel_type:
|
||
|
type: string
|
||
|
enum:
|
||
|
- m.reference
|
||
|
description: |-
|
||
|
The relationship type.
|
||
|
event_id:
|
||
|
type: string
|
||
|
description: |-
|
||
|
The event ID of the `m.key.verification.request` that this message is
|
||
|
related to.
|
||
|
type: object
|
||
|
title: VerificationRelatesTo
|