VoiceChannelChangePayload
@vimp-mp/types 2.0.1Describes a player's transition between active voice channels.
ts
interface VoiceChannelChangePayloadMembers
newChannelId
ts
newChannelId: number | nullNewly active channel, or null when the selection was cleared.
oldChannelId
ts
oldChannelId: number | nullPreviously active channel, or null when none was selected.
playerId
ts
playerId: numberServer-assigned identifier of the affected player.