Type Alias ConversationOutboundMessageDto
ConversationOutboundMessageDto: { type: "Call"; conversationId: string; conversationProviderId: string; attachments?: string[]; altId?: string; date: string; call?: ConversationCallData;} Type declaration
type: "Call"
conversationId: string
conversationProviderId: string
Optional
attachments?: string[]
Optional
altId?: string
date: string