How can I detect if a Tweet is a thread or a single Tweet using Twitter API in n8n?

My problem is that I don’t know how to detect through the Twitter API whether a link is a thread or just a single tweet.
Does anyone know exactly what I should do or which field I need to check?

hello @Bazdar

fetch the first reply on a tweet and check if it’s from the same author :slight_smile: