OBJECT
RadioContentPromotion
A Twitch Radio LinkFire Input Response for Content Promotion.
link GraphQL Schema definition
1 type RadioContentPromotion { 2 3 # Text on the redirect button. 4 : String! 5 6 # Icon for the media service having dark/light theme assets. Formats supported: 7 # PNG, SVG. Default value is SVG. 8 (: RadioIconFormat): RadioIconThemeAssets! 9 10 # IconURL for the media service. Formats supported: PNG, SVG. Default value is 11 # SVG. 12 ( 13 : RadioIconFormat 14 ): String! @deprecated( reason: "Use 'icon' instead." ) 15 16 # Rank to order the icons. 17 : Int! 18 19 # Title of the service. 20 : String! 21 22 # URL to redirect to the service. 23 : String! 24 25 }