PinnedResponse - daneden/Twift GitHub Wiki

PinnedResponse

A response object containing information relating to a pinned list request.

public struct PinnedResponse: Codable 

Inheritance

Codable

Properties

pinned

Indicates whether the user pinned the specified List as a result of the request.

public let pinned: Bool