PrivateForumChatImpl
data class PrivateForumChatImpl(val id: IdChatIdentifier, val username: Username? = null, val firstName: String = "", val lastName: String = "") : PreviewPrivateForumChat
Constructors
Link copied to clipboard
constructor(id: IdChatIdentifier, username: Username? = null, firstName: String = "", lastName: String = "")
Functions
Link copied to clipboard
Trying to convert current PrivateChat to User