Interface: ChannelChangeEvent
Represents the event emitted when a player's communication channel changes.
Property Type Description Optional typestring = "channel" Constant string indicating the event type. actionstring = "text" | "voice" The kind of channel changed to. previousChannelstring | null ID of the previous channel before the change, or nullif none.currentChannelstring | null ID of the current channel after the change, or nullif none.