junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 134 forks source link

Incorrect type for reply_to_author #325

Open callmekatootie opened 10 months ago

callmekatootie commented 10 months ago

This field has an incorrect type of boolean.

It can be null or have a value of { username: string, id: string }.

Check the data for this post for example - https://www.threads.net/@_junhoyeo/post/CvFpjNyhzu1

image