Request

@Serializable
data class Request(val reason: String?, val thirdPartySigned: Signed<JoinRoom.Request.ThirdParty, String>?)

Constructors

Link copied to clipboard
constructor(reason: String?, thirdPartySigned: Signed<JoinRoom.Request.ThirdParty, String>?)

Types

Link copied to clipboard
@Serializable
data class ThirdParty(val sender: UserId, val mxid: UserId, val token: String)

Properties

Link copied to clipboard
Link copied to clipboard