UnknownExtendedChat

data class UnknownExtendedChat(val id: IdChatIdentifier, val raw: String, val rawJson: JsonObject) : ExtendedChat

Constructors

Link copied to clipboard
constructor(id: IdChatIdentifier, raw: String, rawJson: JsonObject)

Properties

Link copied to clipboard
open override val chatPhoto: ChatPhoto? = null
Link copied to clipboard
open override val id: IdChatIdentifier
Link copied to clipboard
val raw: String
Link copied to clipboard
val rawJson: JsonObject