Sonolus Wiki

UpdateUserStatusCommand

Message

type UpdateUserStatusCommand = {
    type: 'updateUserStatus'
    status: UserStatus
}