Skip to main content
Version: v2.9.1

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 | nullID of the previous channel before the change, or null if none.
currentChannelstring | nullID of the current channel after the change, or null if none.