ListMessagesViewModel_Output: {
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    message_list: MessageBase_Output[];
    status: boolean;
}

View Model for the List Messages Feature. Represents all messages in the database for a given conversation.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • message_list: MessageBase_Output[]

    List of all messages in the database for a given conversation.

  • status: boolean

Generated using TypeDoc