UserFollowRequest

public struct UserFollowRequest : JSONConstructableRequest

Get user follows request see https://dev.twitch.tv/docs/api/reference/#update-user for details

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public init(
        after: String? = nil,
        first: String? = nil,
        fromID: String? = nil,
        toID: String? = nil
    ) throws