We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to be able to list messages across many conversations, with full support for pagination.
The batchQuery API is able to support this. Will require some glue code to manage the pagination of results and decryption
batchQuery
Loading the entire messaging history of a user (or at least a large subset of it). Particularly relevant on mobile devices.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
I would like to be able to list messages across many conversations, with full support for pagination.
Describe the solution to the problem
The
batchQuery
API is able to support this. Will require some glue code to manage the pagination of results and decryptionDescribe the uses cases for the feature
Loading the entire messaging history of a user (or at least a large subset of it). Particularly relevant on mobile devices.
Additional details
No response
The text was updated successfully, but these errors were encountered: