Relationship

public class Relationship : Codable

Undocumented

  • id

    Target account id.

    Declaration

    Swift

    public let id: String
  • Whether the user is currently following the account.

    Declaration

    Swift

    public let following: Bool
  • Whether the user is currently being followed by the account.

    Declaration

    Swift

    public let followedBy: Bool
  • Whether the user is currently blocking the account.

    Declaration

    Swift

    public let blocking: Bool
  • Whether the user is currently muting the account.

    Declaration

    Swift

    public let muting: Bool
  • Whether the user is also muting notifications

    Declaration

    Swift

    public let mutingNotifications: Bool
  • Whether the user has requested to follow the account.

    Declaration

    Swift

    public let requested: Bool
  • Whether the user is currently blocking the user’s domain.

    Declaration

    Swift

    public let domainBlocking: Bool