RoomMemberSummary

data class RoomMemberSummary(val membership: Membership, val userId: String, val userPresence: UserPresence? = null, val displayName: String? = null, val avatarUrl: String? = null)

Class representing a simplified version of EventType.STATE_ROOM_MEMBER state event content.

Constructors

Link copied to clipboard
constructor(membership: Membership, userId: String, userPresence: UserPresence? = null, displayName: String? = null, avatarUrl: String? = null)

Functions

Properties

Link copied to clipboard
val avatarUrl: String? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard