Interface StreamMessageOptions<T>

Type Parameters

  • T

Hierarchy

  • StreamMessageOptions

Properties

content: string | T
contentType?: JSON
encryptionType?: EncryptionType
groupKeyId?: null | string
messageId: MessageID
messageType?: StreamMessageType
newGroupKey?: null | EncryptedGroupKey
prevMsgRef?: null | MessageRef
signature: string

Generated using TypeDoc