Overview
Direct/group thread rename is not currently exposed as a supported high-level method in Client.
A user asked about using cl.thread_update(selected_thread.id, title=...), but that method does not exist in core today.
Discussion reference:
Goal
Add a supported high-level API for updating direct thread titles/group names, if the current Instagram flow still supports it.
Notes
- this should be treated as an enhancement, not a usage bug
- implementation should wait for fresh HAR / current app flow confirmation before wiring a new endpoint blindly
- if supported, the library should expose a clear method rather than expecting users to patch private requests manually
Done when
- the current underlying flow is confirmed from fresh traffic
- a stable high-level client method is added
- regression coverage is added for request construction / response handling where feasible
Overview
Direct/group thread rename is not currently exposed as a supported high-level method in
Client.A user asked about using
cl.thread_update(selected_thread.id, title=...), but that method does not exist in core today.Discussion reference:
Goal
Add a supported high-level API for updating direct thread titles/group names, if the current Instagram flow still supports it.
Notes
Done when