Suggestion

public struct Suggestion : Codable, Hashable, Sendable

An account suggested by the server.

  • Undocumented

    Declaration

    Swift

    public init(source: Source, account: Account)
  • The reason this account is being suggested.

    Declaration

    Swift

    public var source: Source
  • The account being recommended to follow.

    Declaration

    Swift

    public var account: Account
  • Undocumented

    See more

    Declaration

    Swift

    public enum Source : String, Codable, Sendable