LocalTimelineQuery

public struct LocalTimelineQuery : Hashable, Codable, Sendable
extension LocalTimelineQuery: TimelineQuery

Specifies the parameters for a local timeline request

  • Undocumented

    Declaration

    Swift

    public init(onlyMedia: Bool? = nil)
  • Return only posts with media attachments

    Declaration

    Swift

    public var onlyMedia: Bool?
  • Undocumented

    Declaration

    Swift

    public func getQueryItems() -> [URLQueryItem]