messageAction
Update type - interactive user action on a message
workspaceIdstringrequired
ID of the workspace the message belongs to
Example:
AIQffAsGi8chatIdstringrequired
ID of the chat the message belongs to
Example:
w:AIQffAsGi8messageIdstringrequired
Message ID
Example:
gIQffAsGi8pressedButtonCommand object
Command of the button that was pressed
displayTextstringrequired
Text on the button
Example:
Press the buttoncommandKeystringrequired
Command sent when the button is pressed
Example:
/button_pushedmessageAction
{
"workspaceId": "AIQffAsGi8",
"chatId": "w:AIQffAsGi8",
"messageId": "gIQffAsGi8",
"pressedButtonCommand": {
"displayText": "Press the button",
"commandKey": "/button_pushed"
}
}