Skip to content

Latest commit

History

History
15 lines (11 loc) · 775 Bytes

File metadata and controls

15 lines (11 loc) · 775 Bytes

CommandCall

Properties

NameTypeDescriptionNotes
argsstrThe arguments that were passed to the command
cancelledboolTrue if the command was cancelled, false otherwise
causeCauseThe cause of the command execution
commandstrThe command that was executed (without arguments)
resultCommandResultThe result of the command execution
timestampintThe timestamp at which the command was executed (epoch millis)

[Back to Model list][Back to API list][Back to README]