messagesByCursor
Description
Get a list of messages from a chat using a cursor. The direction of the query depends on the original query where the cursor was acquired.
Response
Returns a MessageList
Arguments
Name | Description |
---|---|
chatId - String! | |
cursor - String! | |
limit - Int! |
messagesByCursor(
chatId: String!
cursor: String!
limit: Int!
): MessageList!