ChangeChannelResponse
Interface for IChangeChannelResponse
that is used for change channel commands.
Implements
Constructors
new ChangeChannelResponse()
new ChangeChannelResponse(
channelStatus
,data
?):ChangeChannelResponse
Parameters
channelStatus
data?
string
Returns
Accessors
data
Get Signature
get data():
undefined
|string
Getter for the data of this response.
Returns
undefined
| string
An optional data string.
Implementation of
status
Get Signature
get status():
ChangeChannelStatus
Getter for the status of this response.
Returns
A change channel status enum.
Implementation of
Last updated: Sep 30, 2025