Interface RemovePeopleFromThreadRequestProps

Hierarchy

  • RemovePeopleFromThreadRequestProps

Properties

Properties

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

Type declaration

  • member_ids: string
  • thread_id: string

Generated using TypeDoc