InvitedRoom

@Serializable
data class InvitedRoom(val strippedState: Sync.Response.Rooms.StrippedState? = null)

Constructors

Link copied to clipboard
constructor(strippedState: Sync.Response.Rooms.StrippedState? = null)

Properties

Link copied to clipboard
@SerialName(value = "invite_state")
val strippedState: Sync.Response.Rooms.StrippedState?