Skip to content

Commit

Permalink
Update add-broadcaster-information.md (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop authored Oct 27, 2024
1 parent 1c79eb2 commit a169a7b
Showing 1 changed file with 17 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
---
title: Add Broadcaster Information
description: Twitch Sub-Actions Reference
published: true
date: 2022-11-03T19:33:24.532Z
tags:
editor: markdown
dateCreated: 2022-11-03T19:33:22.400Z
description: Fetch user data for the connected Twitch broadcaster account
variables:
- name: broadcastUser
description: Display name of the broadcaster account
type: string
- name: broadcastUsername
description: Username of the broadcaster account
type: string
- name: broadcastUserId
description: Unique user ID of the broadcaster account
type: string
- name: broadcastIsAffiliate
description: Boolean value indicating if the broadcaster account is a Twitch affiliate
type: boolean
- name: broadcastIsPartner
description: Boolean value indicating if the broadcaster account is a Twitch partner
type: string
---

## Overview
Makes variables with the information from your broadcaster account.

![overview.png](/Sub-Actions/Twitch/add-broadcaster-information/overview.png =400x)

## Variables
Name | Description
----:|:------------
`broadcastUser` | The Twitch display name of the broadcaster account
`broadcastUserName` | The Twitch user name of the broadcaster account
`broadcastUserId` | The Twitch user ID of the broadcaster account
`broadcastIsAffiliate` | Boolean value indicating if the broadcast account is a Twitch affiliate <br> `True` / `False`
`broadcastIsPartner` | Boolean value indicating if the broadcast account is a Twitch partner <br> `True` / `False`
{.vars-table}

---

- [<i class="mdi mdi-chevron-left"></i>**Twitch Sub-Actions *Go Back***](/Sub-Actions/Twitch)
{.btn-grid .my-5}

0 comments on commit a169a7b

Please sign in to comment.