Sonolus Wiki

RemoveUserCommand

Message

type RemoveUserCommand = {
    type: 'removeUser'
    userId: string
}