Are you an LLM? You can read better optimized documentation at /en/message-templates/types/subscriptions/trovo.md for this page in Markdown format
Trovo Date Types
TrovoChannel
This data type describes all available data about Trovo user (channel).
Properties
| Property | Type | Description |
|---|---|---|
username | String | Username |
url | String | URL of channel |
audienceType | String | Target audience:
|
description | String | Channel description |
profileImageUrl | String | URL of the user’s profile image |
followersAmount | Number | Amount of channel followers |
subscribersAmount | Number | Amount of channel subscribers |
socialLinks | List<TrovoSocial> | Streamer's social networks |
createdAt | DateTime | Channel creation |
TrovoStream
This data type describes all available data about Trovo stream.
Properties
| Property | Type | Description |
|---|---|---|
categoryId | String | Unique category identifier |
categoryName | String | Category name |
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 |
TrovoSocial
This data type describes all available data about Trovo social network link.
Properties
| Property | Type | Description |
|---|---|---|
type | String | Social network type |
url | String | URL of social network profile |