replySettings

@SerializedName(value = "reply_settings")
var replySettings: String? = null

Shows you who can reply to a given Tweet. Fields returned are "everyone", "mentioned_users", and "followers".

e.g.

"reply_settings": "everyone"

This field allows you to determine whether conversation reply settings have been set for the Tweet and if so, what settings have been set.