withheldInCountries property

List<String>? withheldInCountries
getter/setter pair

When present, indicates a list of uppercase two-letter country codes this content is withheld from. Twitter supports the following non-country values for this field:

  • XX - Content is withheld in all countries
  • XY - Content is withheld due to a DMCA request.

Implementation

List<String>? withheldInCountries;