Interface AddAMessageRequestProps

Hierarchy

  • AddAMessageRequestProps

Properties

Properties

body: {
    annotation_id?: string;
    content: string;
    frame?: string;
    parts?: string;
    section_id?: string;
    service_id?: string;
    silent?: string;
    thread_id: string;
}

Type declaration

  • Optional annotation_id?: string
  • content: string
  • Optional frame?: string
  • Optional parts?: string
  • Optional section_id?: string
  • Optional service_id?: string
  • Optional silent?: string
  • thread_id: string

Generated using TypeDoc