MessageSection

sealed interface MessageSection(source)

Inheritors

Types

Link copied to clipboard
class Body(val lazyDocument: Lazy<BsonDocument>) : MessageSection
Link copied to clipboard
class DocumentSequence(val id: String, val lazyDocuments: List<Lazy<BsonDocument>>) : MessageSection

Properties

Link copied to clipboard
abstract val kind: UByte