VerificationRequestMessageEventContent

@Serializable
data class VerificationRequestMessageEventContent(val fromDevice: String, val to: UserId, val methods: Set<VerificationMethod>, val body: String = "Attempting verification request (m.key.verification.request). Apparently your client doesn't support this.", val relatesTo: RelatesTo? = null) : RoomMessageEventContent, VerificationRequest

Constructors

Link copied to clipboard
constructor(fromDevice: String, to: UserId, methods: Set<VerificationMethod>, body: String = "Attempting verification request (m.key.verification.request). Apparently your client doesn't support this.", relatesTo: RelatesTo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val body: String
Link copied to clipboard
open override val fromDevice: String
Link copied to clipboard
open override val methods: Set<VerificationMethod>
Link copied to clipboard
open override val relatesTo: RelatesTo? = null
Link copied to clipboard
val to: UserId
Link copied to clipboard

Functions