Skip to main content

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

NameDescription
chatId - String!
cursor - String!
limit - Int!

messagesByCursor(
chatId: String!
cursor: String!
limit: Int!
): MessageList!