Skip to main content

room.save_bot_skill

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2624
  • Header: BOT_SKILL_SAVE
  • Direction: Client to Server (c2s)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Save a bot skill configuration

Payload fields

FieldTypeRequiredDescription
botIdint32requiredID of the bot.
skillIdint32requiredSkill type identifier.
datastringrequiredJSON or plain-text skill configuration payload.

Behavior

Sender

Sent when the room owner updates a bot's skill settings via the bot configuration panel.

Receiver

The server persists the skill configuration. Confirmed in GLADIATOR.

Notes

  • No additional notes