Everyone In Room Item
data class EveryoneInRoomItem( val id: String, val displayName: String = NOTIFY_EVERYONE, val avatarUrl: String? = null, val roomDisplayName: String? = null) : MatrixItem
Content copied to clipboard
Constructors
Link copied to clipboard
fun EveryoneInRoomItem( id: String, displayName: String = NOTIFY_EVERYONE, avatarUrl: String? = null, roomDisplayName: String? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open override fun updateAvatar(newAvatar: String?): MatrixItem.EveryoneInRoomItem
Content copied to clipboard