BookmarkResponse - daneden/Twift GitHub Wiki

BookmarkResponse

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

public struct BookmarkResponse: Codable 

Inheritance

Codable

Properties

bookmarked

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

public let bookmarked: Bool