interface BaseChatMessageData

Data used to construct a BaseChatMessage class. This interface is not meant to be used directly.

Properties

id: string

conversationId?: string

sender: { did: string; }

Properties

did: string

sentAt: Date