LikeResponse - daneden/Twift GitHub Wiki

LikeResponse

A response object containing information relating to Like-related API requests

public struct LikeResponse: Codable 

Inheritance

Codable

Properties

liked

Indicates whether the user likes the specified Tweet as a result of this request.

public let liked: Bool