ChannelInformation

public struct ChannelInformation : Codable, Equatable

Object representing channel information from the server: https://dev.twitch.tv/docs/api/reference/#get-channel-information

  • Undocumented

    Declaration

    Swift

    public let broadcasterId: String
  • Undocumented

    Declaration

    Swift

    public let broadcasterName: String
  • Undocumented

    Declaration

    Swift

    public let broadcasterLanguage: String
  • Undocumented

    Declaration

    Swift

    public let broadcasterLogin: String
  • Undocumented

    Declaration

    Swift

    public let gameId: String
  • Undocumented

    Declaration

    Swift

    public let gameName: String
  • Undocumented

    Declaration

    Swift

    public let title: String
  • Undocumented

    Declaration

    Swift

    public let delay: Int