Type alias parsedTextResponseInternal

parsedTextResponse: {
    channel?: unknown;
    content: string;
    mention?: unknown;
    reaction?: unknown;
    type: string;
}

The parsed text of each leaf in the message

Type declaration

  • Optional channel?: unknown
  • content: string
  • Optional mention?: unknown
  • Optional reaction?: unknown
  • type: string

Generated using TypeDoc