Query events from monitored accounts with filtering and cursor-based pagination
50, max 100.tweet.new, tweet.reply, tweet.quote, tweet.retweet, follower.gained, follower.lost. Omit to return all types.nextCursor value from a previous response to fetch the next page.hasMore and (when true) a nextCursor value. Pass nextCursor as the after query parameter to retrieve the next page.
hasMore is false. Cursors are opaque strings. Do not parse or construct them manually.