Closed edissonaguilar closed 4 years ago
Hi! Thank You for opening this issue. We are about to make a release v1.4.4
which includes this feature also.
So there will be parameter includeMessageActions
in batch history api.
@edissonaguilar this issue is addressed in v1.4.4
Hi, I was searching in the documentation and I didn't find how to get history of a channel with actions like in JS:
pubnub.fetchMessages( { channels: ['ch-1'], start: "15343325214676133", includeMessageActions: true, count: 25 }, (status, response) => { // handle response } );
Thanks!