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
@SerialName(value = "mxid")
val mxid: UserId
Link copied to clipboard
@SerialName(value = "sender")
val sender: UserId
Link copied to clipboard
@SerialName(value = "token")
val token: String