Surprised to find that there is no working method to "react" (double-tap/emoji heart) to a Direct Message item in v2.2.1.
I have tried:
direct_answer (sends a reply text, works).
private_request to direct_v2/threads/{id}/items/{item_id}/send_reaction/ (Returns 404).
private_request to direct_v2/threads/{id}/items/{item_id}/like/ (Returns 404).
Goal:
To send a reaction to a specific message ID .
Environment:
instagrapi 2.2.1
Login method: Session ID / Password
Request: Please add support for the send_reaction endpoint or document the correct private endpoint structure