instagram-private-api
instagram-private-api copied to clipboard
How to Correctly create a group Sending dm using instagram-private-api
const groupThread = await senderItem.ig.direct.createGroupThread(['58723232', '58660213', '52838612312']); const thread = senderItem.ig.entity.directThread(groupThread.thread_id); const msgResult = await thread.broadcastText(text);
The msgResult response normally returns the same message as the dm, but the receiver does not receive it. Why?
check if messages are in requests?
Can you look at your group messaging sample code
I think, API is not changed. Check whether userid accept messages from you.
There is this message on the ins interface of the login account, but the recipient did not receive it. I suspect that there is a missing push action