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
  • Optionalattachments?: string[]
  • OptionalaltId?: string
  • date: string
  • Optionalcall?: ConversationCallData