# Chatterino IPC ## Subscribing to a twitch channel Request: ``` json { "type": "subscribe-channel", "provider": "twitch", "data": { "channel": "fourtf" }, "filters": { } } ``` Response: ``` json { "type": "result", } ```