Channels are []byte because they're literally an array of indivdiual bytes but we want to see the numbers themselves when json encoded not the garbage base64 string.
So maybe we just need to change to []int8 or even []int ...
Ie. see the /status output: "channels": "QCAhIiMwOAA=",