Invite

@Serializable
data class Invite(val displayName: String, val signed: Signed<MemberEventContent.Invite.UserInfo, String>)

Constructors

Link copied to clipboard
constructor(displayName: String, signed: Signed<MemberEventContent.Invite.UserInfo, String>)

Types

Link copied to clipboard
@Serializable
data class UserInfo(val userId: UserId, val token: String)

Properties

Link copied to clipboard