StreamMarker

public struct StreamMarker : Codable, Equatable

StreamMarker as part of theStreamMarkerResponse from the server: https://dev.twitch.tv/docs/api/reference/#get-stream-markers

  • Undocumented

    Declaration

    Swift

    public let userId: String
  • Undocumented

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public let userLogin: String
  • Undocumented

    Declaration

    Swift

    public let videos: [StreamVideo]