WithheldInformation - daneden/Twift GitHub Wiki

WithheldInformation

Information about reasons why and/or countries where the associated content is withheld More information:​ https:​//help.twitter.com/en/rules-and-policies/tweet-withheld-by-country

public struct WithheldInformation: Codable 

Inheritance

Codable

Properties

countryCodes

A list of country codes where the associated content is withheld

public let countryCodes: [String]

scope

The scope of the withheld content, either tweet or user (see WithheldInformationScope)

public let scope: Scope?

copyright

Whether the associated content is withheld due to copyright laws

public let copyright: Bool?