RetweetResponse - daneden/Twift GitHub Wiki

RetweetResponse

A Twitter API response object pertaining to Retweet requests

public struct RetweetResponse: Codable 

Inheritance

Codable

Properties

retweeted

Whether or not the target tweet was retweeted as a result of this request

public let retweeted: Bool