PrivateChat

interface PrivateChat : Chat, UsernameChat

Properties

firstName
Link copied to clipboard
common
abstract val firstName: String
id
Link copied to clipboard
common
abstract override val id: UserId
lastName
Link copied to clipboard
common
abstract val lastName: String
username
Link copied to clipboard
common
abstract val username: Username?

Inheritors

User
Link copied to clipboard
PrivateChatImpl
Link copied to clipboard
ExtendedPrivateChat
Link copied to clipboard