Get Channel Teams
Gets a user's list of Twitch teams.
This is an Async (Purple) Command, which operates differently from standard commands.
| Box Name | Type | Description |
|-------|--------|--------
Channel|String|Channel name to get teams of
Save Variable As|String|Variable name to save the result
{:class='table table-primary'}
**Response Data:**
| Variable Name | Type | Description |
|---------------|------|-------------|
default|Array|Array of objects representing each team.
default[`0-?`]|Object|contains info about the team.
default[`0-?`].background_image_url|String|The background image the team page uses.
default[`0-?`].banner|String|The banner image the team page uses.
default[`0-?`].thumbnail_url|String|The thumbnail image the team page uses.
default[`0-?`].broadcaster_login|String|The Login of the requested user.
default[`0-?`].broadcaster_name|String|The Display Name of the requested user.
default[`0-?`].broadcaster_id|String|The User ID of the requested user.
default[`0-?`].id|String|The ID of the team.
default[`0-?`].name|String|The internal name of the team.
default[`0-?`].team_display_name|String|The Display Name of the team.
default[`0-?`].info|String|The Description on the team.
default[`0-?`].updated_at|String|The time in twitch format that the team was last updated.
default[`0-?`].created_at|String|The time in twitch format that the team was created.
{:class='table table-secondary w-auto table-hover data-toggle='table' text-break }