Room
@Serializable
Constructors
Link copied to clipboard
constructor(roomId: RoomId, createEventContent: CreateEventContent? = null, name: RoomDisplayName? = null, avatarUrl: String? = null, isDirect: Boolean = false, lastEventId: EventId? = null, lastRelevantEventId: EventId? = null, lastRelevantEventTimestamp: Instant? = null, unreadMessageCount: Long = 0, encrypted: Boolean = false, membership: Membership = Membership.JOIN, membersLoaded: Boolean = false, nextRoomId: RoomId? = null, markedUnread: Boolean = false)