PagedInfo

public struct PagedInfo : Decodable, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(maxId: String? = nil, minId: String? = nil, sinceId: String? = nil)
  • Return results older than ID.

    Declaration

    Swift

    public let maxId: String?
  • Return results immediately newer than ID.

    Declaration

    Swift

    public let minId: String?
  • Return results newer than ID.

    Declaration

    Swift

    public let sinceId: String?
  • Undocumented

    Declaration

    Swift

    var isPaged: Bool { get }