Are you an LLM? You can read better optimized documentation at /en/message-templates/types/subscriptions/twitch.md for this page in Markdown format
Twitch Date Types
TwitchChannel
This data type describes all available data about Twitch user (channel).
Properties
| Property | Type | Description |
|---|---|---|
id | String | Unique identifier |
login | String | User's login name |
url | String | URL of channel |
displayName | String | User's display name |
type | String | User's type:
|
broadcasterType | String | Streamer status:
|
description | String | Channel description |
profileImageUrl | String | URL of the user’s profile image |
offlineImageUrl | String | URL of the user’s offline image |
viewCount | Number | Total number of views of the user’s channel |
TwitchStream
This data type describes all available data about Twitch stream.
Properties
| Property | Type | Description |
|---|---|---|
id | String | Unique identifier |
userId | String | ID of the user who is streaming |
gameId | String | ID of the game being played on the stream |
title | String | Stream title |
viewerCount | Number | Number of viewers watching the stream |
startedAt | DateTime | DateTime when stream is started |
language | String | Stream language |
thumbnailUrl | String | Thumbnail URL of the stream (1080p) |
thumbnailUrl720 | String | Thumbnail URL of the stream (720p) |
thumbnailUrl480 | String | Thumbnail URL of the stream (480p) |
TwitchGame
This data type describes all available data about Twitch game.
Properties
| Property | Type | Description |
|---|---|---|
id | String | Unique identifier |
name | String | Game name |
boxArtUrl | String | Box Art URL of the game (1080p) |
boxArtUrl720 | String | Box Art URL of the game (720p) |
boxArtUrl480 | String | Box Art URL of the game (480p) |