UnknownChatType

data class UnknownChatType(val id: IdChatIdentifier, val raw: String, val rawJson: JsonObject) : Chat, PreviewChat

Constructors

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

Properties

Link copied to clipboard
open override val id: IdChatIdentifier
Link copied to clipboard
val raw: String
Link copied to clipboard
val rawJson: JsonObject