HiddenResponse - daneden/Twift GitHub Wiki

HiddenResponse

A response object pertaining to requests for hiding/unhiding Tweets

public struct HiddenResponse: Codable 

Inheritance

Codable

Properties

hidden

Whether or not the target Tweet reply was hidden as a result of the request

public let hidden: Bool