ThirdParty

@Serializable
data class ThirdParty(val sender: UserId, val mxid: UserId, val token: String)

Constructors

Link copied to clipboard
constructor(sender: UserId, mxid: UserId, token: String)

Properties

Link copied to clipboard
val mxid: UserId
Link copied to clipboard
val sender: UserId
Link copied to clipboard