ExtendedPrivateChatImpl

data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String) : ExtendedPrivateChat

Properties

bio
Link copied to clipboard
common
open override val bio: String
chatPhoto
Link copied to clipboard
common
open override val chatPhoto: ChatPhoto? = null
firstName
Link copied to clipboard
common
open override val firstName: String
id
Link copied to clipboard
common
open override val id: ChatId
lastName
Link copied to clipboard
common
open override val lastName: String
username
Link copied to clipboard
common
open override val username: Username? = null