Closed cm8263 closed 2 months ago
Per the spec, the parameter name needs to be id, not channelId.
id
channelId
If you use subscribeChannelEvents() right now, you will get the following error:
subscribeChannelEvents()
{ cmd: 'servernotifyregister', options: [], text: 'servernotifyregister event=channel channelId=123', parameters: { event: 'channel', channelId: 123}, error: { id: 1539, msg: 'parameter not found' }, response: null, rawResponse: null }
Released in v6.1.2
Per the spec, the parameter name needs to be
id
, notchannelId
.If you use
subscribeChannelEvents()
right now, you will get the following error: