PrivateChatImpl
data class PrivateChatImpl(val id: UserId, val username: Username? = null, val firstName: String = "", val lastName: String = "") : PreviewPrivateChat
Functions
Link copied to clipboard
Trying to convert current PrivateChat to User