CheermoteType

public enum CheermoteType : String, Codable

Represents a cheermote type, matches server: https://dev.twitch.tv/docs/api/reference/#get-cheermotes

  • Undocumented

    Declaration

    Swift

    case globalFirstParty = "global_first_party"
  • Undocumented

    Declaration

    Swift

    case globalThirdParty = "global_third_party"
  • Undocumented

    Declaration

    Swift

    case channelCustom = "channel_custom"
  • Undocumented

    Declaration

    Swift

    case displayOnly = "display_only"
  • Undocumented

    Declaration

    Swift

    case sponsored = "sponsored"