Interface AddPeopleToAThreadRequestProps

Hierarchy

  • AddPeopleToAThreadRequestProps

Properties

Properties

body: {
    member_ids: string;
    thread_id: string;
}

Type declaration

  • member_ids: string
  • thread_id: string

Generated using TypeDoc