so although i tried
$options = [
'limit' => 100,
'broadcasts' => true,
];
$videos = TwitchApi::channelVideos('mychannel', $options,['broadcasts' => true]);
dd($videos);
still returns the same results Thanks
apologies
I had to set true as ‘true’ atrangely.
Thanks you for your help this has been so helpful