EveryoneInRoomItem

data class EveryoneInRoomItem(val id: String, val displayName: String = NOTIFY_EVERYONE, val avatarUrl: String? = null, val roomDisplayName: String? = null) : MatrixItem

Constructors

Link copied to clipboard
constructor(id: String, displayName: String = NOTIFY_EVERYONE, avatarUrl: String? = null, roomDisplayName: String? = null)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun updateAvatar(newAvatar: String?): MatrixItem.EveryoneInRoomItem

Properties

Link copied to clipboard
open override val avatarUrl: String? = null
Link copied to clipboard
open override val displayName: String
Link copied to clipboard
open override val id: String
Link copied to clipboard
val roomDisplayName: String? = null