Skip to content

Commit

Permalink
Update direct.py
Browse files Browse the repository at this point in the history
update direct_send that is not working
  • Loading branch information
SaeidB committed Apr 21, 2023
1 parent 3fb4cc6 commit 3a926a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagrapi/mixins/direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def direct_send(
"send_attribution": "message_button",
"client_context": token,
"mutation_token": token,
'_uuid': self.uuid
'_uuid': self.uuid,
"nav_chain": "1qT:feed_timeline:1,1qT:feed_timeline:2,1qT:feed_timeline:3,7Az:direct_inbox:4,7Az:direct_inbox:5,5rG:direct_thread:7",
"offline_threading_id": token,
}
Expand Down

0 comments on commit 3a926a8

Please sign in to comment.