Skip to content

ActionData - InterAction

Waiting for interactive action parameters

Attributes

Name Data Type Description
pauseTime number Pause time, unit: seconds
0 indicates no waiting

Example

TypeScript
1
2
3
4
5
6
{
  "type": ActionType.InterAction,
  "data": {
    "pauseTime": 20
  }
}