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

View Model for the New Message Feature.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • message_id: number

    ID of the newly created message.

  • status: boolean

Generated using TypeDoc