ThreadParticipant

@Immutable
data class ThreadParticipant(val user: User) : UserEntity

Model holding info about a thread participant.

Parameters

user

The User as a thread participant (not always delivered).

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
open override val user: User

Inherited functions

Link copied to clipboard
open fun getUserId(): String