likeTweet(__userId_) - daneden/Twift GitHub Wiki

likeTweet(_:userId:)

Causes the user ID to Like the target Tweet.

public func likeTweet(_ tweetId: Tweet.ID, userId: User.ID)

Equivalent to POST /2/users/:user_id/likes

Parameters

  • tweetId: The ID of the Tweet that you would like the userId to Like.
  • userId: The user ID who you are liking a Tweet on behalf of. It must match your own user ID or that of an authenticating user.

Returns

A response object containing a LikeResponse