GroupUpdatedCodec

data class GroupUpdatedCodec(var contentType: ContentTypeId = ContentTypeGroupUpdated) : ContentCodec<TranscriptMessages.GroupUpdated>

Constructors

Link copied to clipboard
constructor(contentType: ContentTypeId = ContentTypeGroupUpdated)

Functions

Link copied to clipboard
open override fun decode(content: EncodedContent): TranscriptMessages.GroupUpdated
Link copied to clipboard
open override fun encode(content: TranscriptMessages.GroupUpdated): EncodedContent
Link copied to clipboard
open override fun fallback(content: TranscriptMessages.GroupUpdated): String?
Link copied to clipboard
open override fun shouldPush(content: TranscriptMessages.GroupUpdated): Boolean

Properties

Link copied to clipboard
open override var contentType: ContentTypeId