PostTweetResponse - daneden/Twift GitHub Wiki

PostTweetResponse

A response object containing the newly-posted Tweet's ID and text content

public struct PostTweetResponse: Codable 

Inheritance

Codable

Properties

id

The unique ID of the new Tweet

public let id: Tweet.ID

text

The text content of the new Tweet

public let text: String