Rishikant181/Rettiwt-API

tweet.quoted_status_result.result may be null

Opened this issue · 1 comments

this.quoted = tweet.quoted_status_result ? new Tweet(tweet.quoted_status_result.result) : undefined;