Interface StoppedLivestream

interface StoppedLivestream {
    channel: Kick.Channel;
    id: number;
}

Properties

Properties

channel: Kick.Channel
id: number