NewConversationViewModel: {
    code: number;
    conversation_id: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    status: boolean;
}

View Model for the New Conversation Feature.

Type declaration

  • code: number
  • conversation_id: number

    ID of the newly created conversation.

  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • status: boolean

Generated using TypeDoc