Skip to content

Commit c1444e3

Browse files
authoredMar 17, 2025··
Add Twitch Broadcaster Information type mismatch (#306)
Changed the variable type of the `broadcastIsPartner` argument from `string` to `boolean`. As originally reported by https://discord.com/channels/834650675224248362/1350513678432342036/1350513678432342036
1 parent 43e0225 commit c1444e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎streamerbot/3.api/1.sub-actions/twitch/user/add-broadcaster-information.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ variables:
1616
type: boolean
1717
- name: broadcastIsPartner
1818
description: Boolean value indicating if the broadcaster account is a Twitch partner
19-
type: string
19+
type: boolean
2020
---

0 commit comments

Comments
 (0)