Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
msg_in_chat_window?: boolean;
Does msg_in_chat_window must hide interface object or msg for click action? For example i try to hide message for button:
"attachments": [
{
"actions": [
{
"type": "button",
"text": "Btn1 Title",
"msg": "Btn1 message",
"msg_in_chat_window": false,
},
In this case i don't see a button in chat. But looks like it must hide message by click on this button..