Closed ghost closed 9 years ago
getSnaps()
get the snaps you have received from other users
I want get status of snaps sent. Not possible?
I think you can. Check the array of results info that is retrieved when a conversation is generated with a sent snap. Do so by setting debug to true
On 15/9/2015, at 11:28, Yoann166 notifications@github.com wrote:
I want get status of snaps sent. Not possible?
— Reply to this email directly or view it on GitHub.
I have already check array, but I don't see snap sent. I see only snaps received from other users and not seen.
Search in the debug for: pending or delivered or opened
On 15/9/2015, at 12:17, Yoann166 notifications@github.com wrote:
I have already check array, but I don't see snap sent. I see only snaps received from other users and not seen.
— Reply to this email directly or view it on GitHub.
I don't see this... After getConversation(), there don't are delivered and opened (var_dump).
Hello,
When I use getSnaps(), I have only NOT opened received snaps. It's to have all snaps received (also snaps allready opened)?
And, I would like know if it's possible to know status of a snap sent? Because getSnaps() not get sent snaps.
Thanks!