Skip to content

PostTweetResponse

daneden edited this page Jan 26, 2022 · 2 revisions

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
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally