OperationsDirect MessagingQuerieschatsByCursorOn this pagechatsByCursorDescriptionGet chats using a query cursor. You may adjust the limit per each query, but the direction cannot be modified and is encoded in the cursor.ResponseReturns a ChatListArgumentsNameDescriptioncursor - String!limit - Int!chatsByCursor( cursor: String! limit: Int!): ChatList!