diezo / Ensta

🔥 Fast & Reliable Python Package For Instagram API - 2024
https://bit.ly/ensta-discord
MIT License
371 stars 44 forks source link

How to get the thread_id? #113

Open pdaniel37 opened 5 months ago

pdaniel37 commented 5 months ago

i'm working on an AI agent that can ¹send a message to a new 'prospect' and be able to ²fetch/read a response from that first contact.

so i'm looking this example to send a message:

direct = mobile.direct()

direct.send_text("Hello", thread_id)

how can i get thread_id, if the thread doesn't exist yet?