Skip to content

postTweet(__)

daneden edited this page Jan 26, 2022 · 2 revisions

postTweet(_:)

Creates a Tweet on behalf of an authenticated user.

@discardableResult
  public func postTweet(_ tweet: MutableTweet)

Parameters

  • tweet: The payload of the post Tweet request

Returns

A data object with the newly-created Tweet's ID and text

Types
Global Variables
Global Functions
Extensions
Clone this wiki locally