Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AttachmentCodec(var contentType: ContentTypeId = ContentTypeAttachment) : ContentCodec<Attachment>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ContentTypeIdBuilder
Link copied to clipboard
Link copied to clipboard
data class EncryptedEncodedContent(val contentDigest: String, val secret: ByteString, val salt: ByteString, val nonce: ByteString, val payload: ByteString, val contentLength: Int? = null, val filename: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GroupUpdatedCodec(var contentType: ContentTypeId = ContentTypeGroupUpdated) : ContentCodec<TranscriptMessages.GroupUpdated>
Link copied to clipboard
Link copied to clipboard
data class Reaction(val reference: String, val action: ReactionAction, val content: String, val schema: ReactionSchema)
Link copied to clipboard
Link copied to clipboard
data class ReactionCodec(var contentType: ContentTypeId = ContentTypeReaction) : ContentCodec<Reaction>
Link copied to clipboard
Link copied to clipboard
object ReadReceipt
Link copied to clipboard
data class ReadReceiptCodec(var contentType: ContentTypeId = ContentTypeReadReceipt) : ContentCodec<ReadReceipt>
Link copied to clipboard
Link copied to clipboard
data class RemoteAttachmentCodec(var contentType: ContentTypeId = ContentTypeRemoteAttachment) : ContentCodec<RemoteAttachment>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard