BlockResponse - daneden/Twift GitHub Wiki

BlockResponse

A response object containing information relating to a block status.

public struct BlockResponse: Codable 

Inheritance

Codable

Properties

blocking

Indicates whether the source id is blocking the target id as a result of this request.

public let blocking: Bool