Q_wer
1
Hello guys,
im trying to get the custom Partner-Cheer-Emotes with:
https://api.twitch.tv/kraken/bits/actions/
with this REQ i get back all Cheeremotes but not the Partnered Cheer Emotes is this feature still WIP?
Or do i miss something?
Example:
- Twitch channel: https://www.twitch.tv/kittyrawr
- Channel ID: 13504527
Response:
https://pastebin.com/C9HPvbzL
on postion “priority”:1 should be the Partnered Cheer Emotes
but there is no JSON array with priority 1.
Thanks for any Help & Info
Q
Include the documented channel_id parameter in your request.
For example: https://api.twitch.tv/v5/bits/actions/?channel_id=26610234
{
"actions": [
{
...
},
{
"prefix": "cohhCheer",
...
}
]
}
1 Like
Q_wer
3
OMG Thank you
now i feel a bit blind NotLikeThis
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.